• 大小: 30.59MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-11
  • 语言: 其他
  • 标签: Mvc  IOC  多层  

资源简介

Mvc+IOC 、多层架构Mvc+IOC 、多层架构Mvc+IOC 、多层架构

资源截图

代码片段和文件信息

using Demo.IBLL;
using Demo.IDAL;
using Demo.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Demo.BLL
{
    public class AnimalBLL : baseService IAnimalBLL
    {
        public AnimalBLL(IAnimalDAL currentDal)
            : base(currentDal)
        {
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-12 14:50  Demo\
     目录           0  2018-09-12 14:50  Demo\.vs\
     目录           0  2018-09-12 14:50  Demo\.vs\config\
     文件       85568  2018-09-12 14:50  Demo\.vs\config\applicationhost.config
     目录           0  2018-09-12 14:25  Demo\.vs\Demo\
     目录           0  2018-09-12 14:25  Demo\.vs\Demo\v15\
     文件      136704  2018-09-12 15:27  Demo\.vs\Demo\v15\.suo
     目录           0  2018-09-12 14:25  Demo\.vs\Demo\v15\Server\
     目录           0  2018-09-12 14:25  Demo\.vs\Demo\v15\Server\sqlite3\
     文件           0  2018-09-12 14:25  Demo\.vs\Demo\v15\Server\sqlite3\db.lock
     文件      983040  2018-09-12 14:54  Demo\.vs\Demo\v15\Server\sqlite3\storage.ide
     文件       32768  2018-09-12 14:25  Demo\.vs\Demo\v15\Server\sqlite3\storage.ide-shm
     文件     4120032  2018-09-12 15:28  Demo\.vs\Demo\v15\Server\sqlite3\storage.ide-wal
     目录           0  2018-09-12 14:49  Demo\Demo.BLL\
     文件         386  2018-09-12 14:49  Demo\Demo.BLL\AnimalBLL.cs
     文件        1699  2018-09-12 14:46  Demo\Demo.BLL\baseService.cs
     目录           0  2018-09-12 14:43  Demo\Demo.BLL\bin\
     目录           0  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\
     文件        5632  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.BLL.dll
     文件       15872  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.BLL.pdb
     文件        7168  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.DAL.dll
     文件       15872  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.DAL.pdb
     文件        4608  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.IBLL.dll
     文件        7680  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.IBLL.pdb
     文件        4608  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.IDAL.dll
     文件        7680  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.IDAL.pdb
     文件        9216  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.Model.dll
     文件        1141  2018-09-12 14:29  Demo\Demo.BLL\bin\Debug\Demo.Model.dll.config
     文件       15872  2018-09-12 15:26  Demo\Demo.BLL\bin\Debug\Demo.Model.pdb
     文件     1116760  2018-03-29 14:51  Demo\Demo.BLL\bin\Debug\Entityframework.dll
     文件     1138045  2018-03-29 14:51  Demo\Demo.BLL\bin\Debug\Entityframework.xml
............此处省略490个文件信息

评论

共有 条评论