public CompanyProfileService(IUserAuthenticationStore userAuthenticationStore, ICompanyProfileStore companyProfileStore, ICarWashStore carWashStore, ICarWashServiceStore carWashServiceStore) { this.userAuthenticationStore = userAuthenticationStore; this.companyProfileStore = companyProfileStore; this.carWashStore = carWashStore; this.carWashServiceStore = carWashServiceStore; }
public CarWashToClientService(ICarWashStore carWashStore, ICarWashServiceStore carWashServiceStore) { this.carWashStore = carWashStore; this.carWashServiceStore = carWashServiceStore; }