コード例 #1
0
 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;
 }
コード例 #4
0
 public CustomUploadFilterImpl(IEtgInfoService etgService)
 {
     this.etgService = etgService;
 }