Esempio n. 1
0
 public CarService()
 {
     _carRepository      = new CarRepository();
     _bodyTypeRepository = new BodyTypeRepository();
     _brandRepository    = new BrandRepository();
     _hashidsService     = new HashidsService();
 }
 public SchoolClassService()
 {
     _schoolClassRepository = new SchoolClassRepository();
     _hashidsService        = new HashidService();
 }
Esempio n. 3
0
 public BookService()
 {
     _bookRepository = new BookRepository();
     _hashidsService = new HashidsService();
 }