Пример #1
0
 public RoleController(RoleRepository roleRepo, IMapper mapper, RoleService roleService, PaginatedMetaService paginatedMetaService)
 {
     _roleRepo             = roleRepo;
     _mapper               = mapper;
     _roleService          = roleService;
     _paginatedMetaService = paginatedMetaService;
 }
Пример #2
0
 public CareerController(CareerRepository careerRepo, CareerService careerService, IMapper mapper, PaginatedMetaService paginatedMetaService)
 {
     _careerRepo           = careerRepo;
     _careerService        = careerService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
 }
Пример #3
0
 public FaqController(FaqRepository faqRepository, FaqService faqService, IMapper mapper, PaginatedMetaService paginatedMetaService)
 {
     _faqRepository        = faqRepository;
     _faqService           = faqService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
 }
 public PageCategoryController(IMapper mapper, PageCategoryService pageCategoryService, PageCategoryRepository pageCategoryRepo, PaginatedMetaService paginatedMetaService)
 {
     _pageCategoryService  = pageCategoryService;
     _pageCategoryRepo     = pageCategoryRepo;
     _paginatedMetaService = paginatedMetaService;
     _mapper = mapper;
 }
 public GalleryController(GalleryRepository galleryRepo, PaginatedMetaService paginatedMetaService, GalleryImageRepository galleryImageRepo, IMapper mapper)
 {
     _galleryRepo          = galleryRepo;
     _galleryImageRepo     = galleryImageRepo;
     _paginatedMetaService = paginatedMetaService;
     _mapper = mapper;
 }
Пример #6
0
 public NewsController(NewsRepository newsRepository, NewsService newsService, FileHelper fileHelper, IMapper mapper, PaginatedMetaService paginatedMetaService)
 {
     _newsRepository       = newsRepository;
     _newsService          = newsService;
     _paginatedMetaService = paginatedMetaService;
     _mapper     = mapper;
     _fileHelper = fileHelper;
 }
Пример #7
0
 public DesignationController(DesignationRepository designationRepository, DesignationService designationService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _designationRepository = designationRepository;
     _designationService    = designationService;
     _mapper = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
Пример #8
0
 public MenuTypeController(MenuTypeRepository menuTypeRepository, MenuTypeService menuTypeService, MenuCategoryRepository menuCategoryRepo, IMapper mapper, PaginatedMetaService paginatedMetaService)
 {
     _menuTypeRepository   = menuTypeRepository;
     _menuTypeService      = menuTypeService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _menuCategoryRepo     = menuCategoryRepo;
 }
Пример #9
0
 public ExamTermController(ExamTermRepository examTermRepository, ExamTermService examTermService, IMapper mapper, FileHelper fileHelper, PaginatedMetaService paginatedMetaService)
 {
     _examTermRepository   = examTermRepository;
     _examTermService      = examTermService;
     _mapper               = mapper;
     _fileHelper           = fileHelper;
     _paginatedMetaService = paginatedMetaService;
 }
Пример #10
0
 public NoticeController(NoticeRepository noticeRepo, EventRepository eventRepo, SetupRepository setupRepo, PaginatedMetaService paginatedMetaService, CareerRepository careerRepo)
 {
     _noticeRepo           = noticeRepo;
     _eventRepo            = eventRepo;
     _setupRepo            = setupRepo;
     _paginatedMetaService = paginatedMetaService;
     _careerRepo           = careerRepo;
 }
Пример #11
0
 public FacultyController(FacultyRepository facultyRepository, FacultyService facultyService, IMapper mapper, FileHelper fileHelper, PaginatedMetaService paginatedMetaService)
 {
     _facultyRepository    = facultyRepository;
     _facultyService       = facultyService;
     _mapper               = mapper;
     _fileHelper           = fileHelper;
     _paginatedMetaService = paginatedMetaService;
 }
Пример #12
0
 public EventController(EventRepository eventRepository, EventService eventService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _eventRepository      = eventRepository;
     _eventService         = eventService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
 public PartnersController(PartnersRepository partnersRepository, PartnersService partnersService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _partnersRepository   = partnersRepository;
     _partnersService      = partnersService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
 public DoctorsController(DoctorsRepository doctorsRepository, DoctorsService doctorsService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _doctorsRepository    = doctorsRepository;
     _doctorsService       = doctorsService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
 public TestimonialController(IMapper mapper, TestimonialRepository testimonialRepo, TestimonialService testimonialService, FileHelper fileHelper, PaginatedMetaService paginatedMetaService)
 {
     _mapper               = mapper;
     _testimonialRepo      = testimonialRepo;
     _testimonialService   = testimonialService;
     _fileHelper           = fileHelper;
     _paginatedMetaService = paginatedMetaService;
 }
Пример #16
0
 public ClassController(ClassesRepository classesRepository, ClassesService classesService, IMapper mapper, FileHelper fileHelper, PaginatedMetaService paginatedMetaService)
 {
     _classesRepository    = classesRepository;
     _classesService       = classesService;
     _mapper               = mapper;
     _fileHelper           = fileHelper;
     _paginatedMetaService = paginatedMetaService;
 }
 public FiscalYearController(FiscalYearRepository fiscalYearRepository, FiscalYearService fiscalYearService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _fiscalYearRepository = fiscalYearRepository;
     _fiscalYearService    = fiscalYearService;
     _mapper = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
Пример #18
0
 public FileUpload(FileHelper fileHelper, IMapper mapper, FileUploadService fileUploadService, FileUploadRepository fileUploadRepo, PaginatedMetaService paginatedMetaService)
 {
     _fileUploadService    = fileUploadService;
     _fileUploadRepo       = fileUploadRepo;
     _paginatedMetaService = paginatedMetaService;
     _mapper     = mapper;
     _fileHelper = fileHelper;
 }
 public ServicesController(ServicesRepository servicesRepository, ServicesService servicesService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _servicesRepository   = servicesRepository;
     _servicesService      = servicesService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
Пример #20
0
 public NoticeController(NoticeRepository noticeRepo, NoticeService noticeService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _noticeRepo           = noticeRepo;
     _noticeService        = noticeService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
 public VideoController(VideoRepository videoRepository, VideoService videoService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper)
 {
     _videoRepository      = videoRepository;
     _videoService         = videoService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
 }
 public MenuController(MenuRepository menuRepo, OrderService orderService, MenuCategoryRepository menuCategoryRepository, PaginatedMetaService paginatedMetaService, SetupRepository setupRepo, IMapper mapper)
 {
     _menuRepo               = menuRepo;
     _paginatedMetaService   = paginatedMetaService;
     _setupRepo              = setupRepo;
     _menuCategoryRepository = menuCategoryRepository;
     _mapper       = mapper;
     _orderService = orderService;
 }
 public GalleryImageController(FileHelper fileHelper, IMapper mapper, GalleryImageService galleryImageService, GalleryImageRepository galleryImageRepo, PaginatedMetaService paginatedMetaService, GalleryRepository galleryRepository)
 {
     _galleryImageService  = galleryImageService;
     _galleryImageRepo     = galleryImageRepo;
     _paginatedMetaService = paginatedMetaService;
     _mapper            = mapper;
     _fileHelper        = fileHelper;
     _galleryRepository = galleryRepository;
 }
Пример #24
0
 public EventController(EventRepository eventRepo, NoticeRepository noticeRepo, PaginatedMetaService paginatedMetaService, SetupRepository setupRepo, CareerRepository careerRepo, TestimonialRepository testimonialRepo)
 {
     _eventRepo            = eventRepo;
     _noticeRepo           = noticeRepo;
     _paginatedMetaService = paginatedMetaService;
     _setupRepo            = setupRepo;
     _careerRepo           = careerRepo;
     _testimonialRepo      = testimonialRepo;
 }
 public CoursesController(CoursesRepository productRepo, CoursesService productService, IMapper mapper, FileHelper fileHelper, PaginatedMetaService paginatedMetaService, FacultyRepository facultyRepository)
 {
     _productRepo          = productRepo;
     _productService       = productService;
     _mapper               = mapper;
     _fileHelper           = fileHelper;
     _paginatedMetaService = paginatedMetaService;
     _facultyRepository    = facultyRepository;
 }
 public MenuCategoryController(MenuCategoryMaker menuCategoryMaker, FileHelper fileHelper, MenuCategoryService menuCategoryService, IMapper mapper, MenuCategoryRepository menuCategoryRepo, PaginatedMetaService paginatedMetaService)
 {
     _menuCategoryMaker   = menuCategoryMaker;
     _menuCategoryService = menuCategoryService;
     _mapper               = mapper;
     _menuCategoryRepo     = menuCategoryRepo;
     _fileHelper           = fileHelper;
     _paginatedMetaService = paginatedMetaService;
 }
 public PageController(PageCategoryRepository pageCategoryRepo, FileHelper fileHelper, IMapper mapper, PageService pageService, PageRepository pageRepo, PaginatedMetaService paginatedMetaService)
 {
     _pageService          = pageService;
     _pageRepo             = pageRepo;
     _paginatedMetaService = paginatedMetaService;
     _mapper           = mapper;
     _fileHelper       = fileHelper;
     _pageCategoryRepo = pageCategoryRepo;
 }
 public MembersController(MembersService membersService, MembersRepository membersRepository, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper, DesignationRepository designationRepository, FiscalYearRepository fiscalYearRepository)
 {
     _membersRepository     = membersRepository;
     _membersService        = membersService;
     _mapper                = mapper;
     _paginatedMetaService  = paginatedMetaService;
     _fiscalYearRepository  = fiscalYearRepository;
     _designationRepository = designationRepository;
     _fileHelper            = fileHelper;
 }
Пример #29
0
 public OrderControllers(SetupRepository setupRepository, OrderDetailService orderDetailService, IMapper mapper, PaginatedMetaService paginatedMetaService, OrderService orderService, OrderRepository orderRepository, OrderDetailRepository orderDetailRepository)
 {
     _orderDetailRepository = orderDetailRepository;
     _orderRepository       = orderRepository;
     _orderService          = orderService;
     _paginatedMetaService  = paginatedMetaService;
     _mapper             = mapper;
     _orderDetailService = orderDetailService;
     _setupRepo          = setupRepository;
 }
Пример #30
0
 public BlogController(BlogRepository blogRepository, BlogService blogService, IMapper mapper, PaginatedMetaService paginatedMetaService, FileHelper fileHelper, BlogCommentRepository blogCommentRepo, BlogCommentService blogCommentService)
 {
     _blogRepository       = blogRepository;
     _blogService          = blogService;
     _mapper               = mapper;
     _paginatedMetaService = paginatedMetaService;
     _fileHelper           = fileHelper;
     _blogCommentRepo      = blogCommentRepo;
     _blogCommentService   = blogCommentService;
 }