Esempio n. 1
0
 public HomeServices(IMenuAdminRepository menuAdminRepository, ISlideAdminRepository slideAdminRepository, IProductCategoryAdminRepository productCategoryAdminRepository, IServiceCategoryAdminRepository serviceCategoryAdminRepository, IContentCategoryAdminRepository contentCategoryAdminRepository, IBookingRepository bookingRepository, IRoomRepository roomRepository,
                     IBedRepository bedRepository, IServiceAdminRepository serviceAdminRepository, IFooterAdminRepository footerAdminRepository, IFooterCategoryAdminRepository footerCategoryAdminRepository, IAboutAdminRepository aboutAdminRepository)
 {
     _menuAdminRepository            = menuAdminRepository;
     _slideAdminRepository           = slideAdminRepository;
     _productCategoryAdminRepository = productCategoryAdminRepository;
     _serviceCategoryAdminRepository = serviceCategoryAdminRepository;
     _contentCategoryAdminRepository = contentCategoryAdminRepository;
     _bookingRepository             = bookingRepository;
     _roomRepository                = roomRepository;
     _bedRepository                 = bedRepository;
     _serviceAdminRepository        = serviceAdminRepository;
     _footerCategoryAdminRepository = footerCategoryAdminRepository;
     _footerAdminRepository         = footerAdminRepository;
     _aboutAdminRepository          = aboutAdminRepository;
 }
Esempio n. 2
0
 public ServiceCategoryAdminServices(IServiceCategoryAdminRepository serviceCategoryAdminRepository)
 {
     _serviceCategoryAdminRepository = serviceCategoryAdminRepository;
 }