public AuthenticationFilterImpl(IEtgInfoService etgService)
 {
     this.etgService = etgService;
 }
示例#2
0
 public HomeController(IEtgInfoService etgService, ICstInfoService cstService, IHostingEnvironment hostingEnv)
 {
     this.etgService = etgService;
     this.cstService = cstService;
     this.hostingEnv = hostingEnv;
 }
示例#3
0
 public HomeController(IEtgInfoService etgService)
 {
     this.etgService = etgService;
 }
 public CustomUploadFilterImpl(IEtgInfoService etgService)
 {
     this.etgService = etgService;
 }