コード例 #1
0
 public CompanyProfileService(IUserAuthenticationStore userAuthenticationStore, ICompanyProfileStore companyProfileStore, ICarWashStore carWashStore, ICarWashServiceStore carWashServiceStore)
 {
     this.userAuthenticationStore = userAuthenticationStore;
     this.companyProfileStore     = companyProfileStore;
     this.carWashStore            = carWashStore;
     this.carWashServiceStore     = carWashServiceStore;
 }
コード例 #2
0
 public CarWashToClientService(ICarWashStore carWashStore, ICarWashServiceStore carWashServiceStore)
 {
     this.carWashStore        = carWashStore;
     this.carWashServiceStore = carWashServiceStore;
 }