示例#1
0
 public MainService(IUnitOfWork uow, ILotRepository lotrepository, ICathegoryRepository cathegoryRepository, IImageRepository imageRepository)
 {
     this.uow = uow;
     this.lotRepository = lotrepository;
     this.cathegoryRepository = cathegoryRepository;
     this.imageRepository = imageRepository;
 }
示例#2
0
 public AdminService(IUnitOfWork uow, IUserRepository userRepository, IRoleRepository roleRepository, ILotRepository lotRepository, ICathegoryRepository cathegoryRepository, IProfileRepository profileRepository, ICountryRepository countryRepository)
 {
     this.uow = uow;
     this.userRepository = userRepository;
     this.roleRepository = roleRepository;
     this.lotRepository = lotRepository;
     this.cathegoryRepository = cathegoryRepository;
     this.profileRepository = profileRepository;
     this.countryRepository = countryRepository;
 }
示例#3
0
 public CabinetService(IUnitOfWork uow, ILotRepository lotRepository, IUserRepository userRepository, IProfileRepository profileRepository, ICountryRepository countryRepository, IImageRepository imageRepository, ICathegoryRepository cathegoryRepository)
 {
     this.uow = uow;
     this.lotRepository = lotRepository;
     this.userRepository = userRepository;
     this.profileRepository = profileRepository;
     this.profileRepository = profileRepository;
     this.countryRepository = countryRepository;
     this.imageRepository = imageRepository;
     this.cathegoryRepository = cathegoryRepository;
 }