コード例 #1
0
 public MembersController(IMemberAppService memberAppService,
     rooferlocator.com.Users.UserManager userManager,
     IRoofTypeAppService roofTypeService,
     IServiceTypeAppService serviceTypeService,
     rooferlocator.com.Common.Companies.ICompanyAppService companyService2,
     rooferlocator.com.Common.Types.ILocationAppService locationService)
 {
     _memberAppService = memberAppService;
     _userManager = userManager;
     _roofTypeService = roofTypeService;
     _serviceTypeService = serviceTypeService;
     _companyService2 = companyService2;
     _locationService = locationService;
 }
コード例 #2
0
 public HomeController(IMemberAppService memberAppService, 
     rooferlocator.com.Users.UserManager userManager)
 {
     _memberAppService = memberAppService;
     _userManager = userManager;
 }