public ProductServices(IProductAdminRepository productAdminRepository, ISEORepository seoRepository, IProductCategoryAdminRepository productCateAdminRepository, IBannerRepository bannerRepository) { _productAdminRepository = productAdminRepository; _seoRepository = seoRepository; _productCateAdminRepository = productCateAdminRepository; _bannerRepository = bannerRepository; }
public AboutServices(IAboutAdminRepository aboutAdminRepository, IStaffAdminRepository staffAdminRepository, ISEORepository seoRepository, IBannerRepository bannerRepository) { _aboutAdminRepository = aboutAdminRepository; _staffAdminRepository = staffAdminRepository; _seoRepository = seoRepository; _bannerRepository = bannerRepository; }
public BlogServices(IContentAdminRepository contentAdminRepository, IContentCategoryAdminRepository contentCategoryAdminRepository, ISEORepository seoRepository, IBannerRepository bannerRepository) { _contentAdminRepository = contentAdminRepository; _contentCategoryAdminRepository = contentCategoryAdminRepository; _seoRepository = seoRepository; _bannerRepository = bannerRepository; }
public HomeServices(IMenuAdminRepository menuAdminRepository, ISlideAdminRepository slideAdminRepository, IProductCategoryAdminRepository productCategoryAdminRepository, IContentCategoryAdminRepository contentCategoryAdminRepository, IFooterAdminRepository footerAdminRepository, IFooterCategoryAdminRepository footerCategoryAdminRepository, IAboutAdminRepository aboutAdminRepository, IStaffAdminRepository staffAdminRepository , ISEORepository seoRepository, IProductAdminRepository productAdminRepository, IContentAdminRepository contentAdminRepository, IBannerRepository bannerRepository, IContactAdminRepository contactAdminRepository) { _menuAdminRepository = menuAdminRepository; _slideAdminRepository = slideAdminRepository; _productCategoryAdminRepository = productCategoryAdminRepository; _contentCategoryAdminRepository = contentCategoryAdminRepository; _staffAdminRepository = staffAdminRepository; _footerCategoryAdminRepository = footerCategoryAdminRepository; _footerAdminRepository = footerAdminRepository; _aboutAdminRepository = aboutAdminRepository; _seoRepository = seoRepository; _productAdminRepository = productAdminRepository; _contentAdminRepository = contentAdminRepository; _bannerRepository = bannerRepository; _contactAdminRepository = contactAdminRepository; }
public ContactClientServices(IContactAdminRepository contactAdminRepository, ISEORepository seoRepository, IBannerRepository bannerRepository) { _contactAdminRepository = contactAdminRepository; _seoRepository = seoRepository; _bannerRepository = bannerRepository; }
public SeoAdminController(ISEORepository seoRepository) { _seoRepository = seoRepository; }