Пример #1
0
 public CarService()
 {
     _carRepository      = new CarRepository();
     _bodyTypeRepository = new BodyTypeRepository();
     _brandRepository    = new BrandRepository();
     _hashidsService     = new HashidsService();
 }
Пример #2
0
 public SchoolClassService()
 {
     _schoolClassRepository = new SchoolClassRepository();
     _hashidsService        = new HashidService();
 }
Пример #3
0
 public BookService()
 {
     _bookRepository = new BookRepository();
     _hashidsService = new HashidsService();
 }