コード例 #1
0
ファイル: HomeController.cs プロジェクト: akhuang/Zing
 public HomeController(IMembershipService membershipService, IMembershipServiceInModule membershipServiceInModule, ICustomerService custService, IAteService ateService)
 {
     Logger = NullLogger.Instance;
     _membershipService = membershipService;
     _membershipServiceInModule = membershipServiceInModule;
     _custService = custService;
     _ateService = ateService;
 }
コード例 #2
0
 public HomeController(IMembershipService membershipService, IMembershipServiceInModule membershipServiceInModule, ICustomerService custService, IAteService ateService)
 {
     Logger                     = NullLogger.Instance;
     _membershipService         = membershipService;
     _membershipServiceInModule = membershipServiceInModule;
     _custService               = custService;
     _ateService                = ateService;
 }