示例#1
0
 public CMSController(ICMSIndexRepository cMSIndexRepository, IWebHostEnvironment hostingEnvironment)
 {
     _cMSIndexRepository = cMSIndexRepository;
     _hostingEnvironment = hostingEnvironment;
 }
示例#2
0
 public HomeController(ICMSIndexRepository cMSIndexRepository,
                       IInboxRepository inboxRepository)
 {
     _cMSIndexRepository = cMSIndexRepository;
     _inboxRepository    = inboxRepository;
 }