Beispiel #1
0
 public RolePermissionController(IRolePermissionService rolePermissionService, ICommonService iCommonService, IDropDownService idropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iRolePermissionService = rolePermissionService;
     _iDropDownService       = idropDownService;
     _iCommonService         = iCommonService;
     _sharedLocalizer        = sharedLocalizer;
     _locService             = locService;
 }
 public Match2ClubController(IMapper mapper, ILog4Net logger, IMatch2ClubService match2ClubService, IDropDownService dropDownService, IPredictionService predictionService)
 {
     _mapper            = mapper;
     _logger            = logger;
     _match2ClubService = match2ClubService;
     _dropDownService   = dropDownService;
     _predictionService = predictionService;
 }
Beispiel #3
0
 public PredictionController(IMapper mapper, ILog4Net logger, IPredictionService predictionService, IDropDownService dropDownService, IPredictionStatisticsService predictionStatisticsService)
 {
     _mapper                      = mapper;
     _logger                      = logger;
     _predictionService           = predictionService;
     _dropDownService             = dropDownService;
     _predictionStatisticsService = predictionStatisticsService;
 }
 public AdminController(IMapper mapper, ILog4Net logger, IAdminService adminService, ICandooSmsService smsService, IDropDownService dropDownService)
 {
     _mapper          = mapper;
     _logger          = logger;
     _adminService    = adminService;
     _smsService      = smsService;
     _dropDownService = dropDownService;
 }
 public OutletRegisterController(IOutletRegisterService iOutletRegisterService, ICommonService iCommonService, IDropDownService idropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iOutletRegisterService = iOutletRegisterService;
     _iDropDownService       = idropDownService;
     _iCommonService         = iCommonService;
     _sharedLocalizer        = sharedLocalizer;
     _locService             = locService;
 }
Beispiel #6
0
 public EmployeeAttendanceController(IEmployeeAttendanceService employeeAttendanceService, ICommonService iCommonService, IDropDownService idropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iemployeeAttendanceService = employeeAttendanceService;
     _iDropDownService           = idropDownService;
     _iCommonService             = iCommonService;
     _sharedLocalizer            = sharedLocalizer;
     _locService = locService;
 }
 public TablesController(ITablesService tableService, ICommonService iCommonService, IDropDownService idropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iTablesService   = tableService;
     _iDropDownService = idropDownService;
     _iCommonService   = iCommonService;
     _sharedLocalizer  = sharedLocalizer;
     _locService       = locService;
 }
 public MatchGroupController(IMapper mapper, IPredictionService predictionService, ILog4Net logger, IMatchGroupService MatchGroupService, IDropDownService dropDownService)
 {
     _mapper            = mapper;
     _logger            = logger;
     _MatchGroupService = MatchGroupService;
     _dropDownService   = dropDownService;
     _predictionService = predictionService;
 }
 public IngredientController(IIngredientService ingredientService, ICommonService iCommonService, IDropDownService idropDownService,
                             IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iIngredientService = ingredientService; _iCommonService = iCommonService;
     _iDropDownService   = idropDownService;
     _sharedLocalizer    = sharedLocalizer;
     _locService         = locService;
 }
Beispiel #10
0
 public FoodMenuRateController(IFoodMenuRateService foodMenuRateService, ICommonService iCommonService, IDropDownService idropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iFoodMenuRateService = foodMenuRateService;
     _iCommonService       = iCommonService;
     _iDropDownService     = idropDownService;
     _sharedLocalizer      = sharedLocalizer;
     _locService           = locService;
 }
Beispiel #11
0
 public FacilityController(IFacilityService facilityService, ICategoryService categoryService, IBusinessService businessService, IDropDownService dropDownService, IMapper mapper, ILog4Net logger)
 {
     _facilityService = facilityService;
     _categoryService = categoryService;
     _businessService = businessService;
     _dropDownService = dropDownService;
     _mapper          = mapper;
     _logger          = logger;
 }
 public EventController(IMapper mapper, ILog4Net logger, IEventService eventService, IClubService clubService, IMatchService matchService, IDropDownService dropDownService)
 {
     _mapper          = mapper;
     _logger          = logger;
     _eventService    = eventService;
     _matchService    = matchService;
     _clubService     = clubService;
     _dropDownService = dropDownService;
 }
Beispiel #13
0
 public ContentsController(IContentService contentService, IContentAttachmentService contentAttachmentService, IMapper mapper, ILog4Net logger, IDropDownService dropDownService, IContentCategoryService contentCategoryService)
 {
     _dropDownService          = dropDownService;
     _contentService           = contentService;
     _contentAttachmentService = contentAttachmentService;
     _mapper = mapper;
     _logger = logger;
     _contentCategoryService = contentCategoryService;
 }
Beispiel #14
0
 public ProviderController(IProviderService providerService, IDropDownService dropDownService, IMapper mapper, ILog4Net logger, IActivityService activityService, IUserService userService, IAdminService adminService)
 {
     _providerService = providerService;
     _dropDownService = dropDownService;
     _mapper          = mapper;
     _logger          = logger;
     _activityService = activityService;
     _userService     = userService;
     _adminService    = adminService;
 }
 public Business2FacilityController(IBusiness2FacilityService business2FacilityService, IFacilityService propertyService, IDropDownService dropDownService, IMapper mapper, ILog4Net logger, IBusinessService businessService, IActivityService activityService, IAdminService adminService)
 {
     _business2FacilityService = business2FacilityService;
     _facilityService          = propertyService;
     _dropDownService          = dropDownService;
     _mapper          = mapper;
     _logger          = logger;
     _businessService = businessService;
     _activityService = activityService;
     _adminService    = adminService;
 }
Beispiel #16
0
 public WasteController(IWasteService wasteService,
                        IDropDownService idropDownService,
                        ICommonService iCommonService,
                        IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iWasteService    = wasteService;
     _iDropDownService = idropDownService;
     _iCommonService   = iCommonService;
     _sharedLocalizer  = sharedLocalizer;
     _locService       = locService;
 }
 public PurchaseController(IPurchaseService purchaseService,
                           IDropDownService idropDownService,
                           ICommonService iCommonService,
                           IStringLocalizer <RocketPOSResources> sharedLocalizer,
                           LocService locService)
 {
     _iPurchaseService = purchaseService;
     _iCommonService   = iCommonService;
     _iDropDownService = idropDownService;
     _sharedLocalizer  = sharedLocalizer;
     _locService       = locService;
 }
 public ProductionEntryController(IProductionEntryService productionEntryService,
                                  IDropDownService idropDownService,
                                  ICommonService iCommonService,
                                  IStringLocalizer <RocketPOSResources> sharedLocalizer,
                                  LocService locService)
 {
     _iProductionEntryService = productionEntryService;
     _iDropDownService        = idropDownService;
     _iCommonService          = iCommonService;
     _sharedLocalizer         = sharedLocalizer;
     _locService = locService;
 }
Beispiel #19
0
 public AssetEventController(IAssetEventService assetEventService,
                             IDropDownService idropDownService,
                             ICommonService iCommonService,
                             IStringLocalizer <RocketPOSResources> sharedLocalizer,
                             LocService locService)
 {
     _iAssetEventService = assetEventService;
     _iDropDownService   = idropDownService;
     _iCommonService     = iCommonService;
     _sharedLocalizer    = sharedLocalizer;
     _locService         = locService;
 }
 public SalesInvoiceController(IHostingEnvironment hostingEnvironment, ISalesInvoiceService salesInvoiceService,
                               IDropDownService idropDownService,
                               ICommonService iCommonService,
                               IStringLocalizer <RocketPOSResources> sharedLocalizer,
                               LocService locService)
 {
     _hostingEnvironment   = hostingEnvironment;
     _iSalesInvoiceService = salesInvoiceService;
     _iDropDownService     = idropDownService;
     _iCommonService       = iCommonService;
     _sharedLocalizer      = sharedLocalizer;
     _locService           = locService;
 }
Beispiel #21
0
 public BusinessController(IGeoService geoService, IBusinessService providerService, IRateService rateService, ICommentService commentService, IMapper mapper, ILog4Net logger, IDropDownService dropDownService, IActivityService activityService, ICategory2BusinessService category2BusinessService, IAdminService adminService)
 {
     _dropDownService          = dropDownService;
     _rateService              = rateService;
     _commentService           = commentService;
     _businessService          = providerService;
     _mapper                   = mapper;
     _logger                   = logger;
     _activityService          = activityService;
     _geoService               = geoService;
     _category2BusinessService = category2BusinessService;
     _adminService             = adminService;
 }
        public InventoryController(IHostingEnvironment hostingEnvironment, ICommonService iCommonService, IInventoryService inventoryService, IDropDownService idropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
        {
            _hostingEnvironment = hostingEnvironment;
            _iInventoryService  = inventoryService;
            _iCommonService     = iCommonService;
            _iDropDownService   = idropDownService;
            _sharedLocalizer    = sharedLocalizer;
            _locService         = locService;

            if (_inventoryOpenigStockImports is null)
            {
                _inventoryOpenigStockImports = new List <InventoryOpenigStockImport>();
            }
        }
 public PurchaseGRNFoodMenuController(IPurchaseGRNService purchaseService,
                                      IDropDownService idropDownService,
                                      ICommonService iCommonService,
                                      IStringLocalizer <RocketPOSResources> sharedLocalizer,
                                      LocService locService,
                                      ISupplierService supplierService,
                                      IEmailService emailService)
 {
     _iPurchaseGRNService = purchaseService;
     _iDropDownService    = idropDownService;
     _iCommonService      = iCommonService;
     _iSupplierService    = supplierService;
     _iEmailService       = emailService;
     _sharedLocalizer     = sharedLocalizer;
     _locService          = locService;
 }
 public SalesController(ISalesService salesService,
                        IDropDownService idropDownService,
                        ICommonService iCommonService,
                        IStringLocalizer <RocketPOSResources> sharedLocalizer,
                        LocService locService,
                        ISupplierService supplierService,
                        IEmailService emailService)
 {
     _iSalesService    = salesService;
     _iDropDownService = idropDownService;
     _iCommonService   = iCommonService;
     _iSupplierService = supplierService;
     _iEmailService    = emailService;
     _sharedLocalizer  = sharedLocalizer;
     _locService       = locService;
 }
 public EditModel(IRequestSender requestSender, IDropDownService dropDownService) : base(requestSender, dropDownService)
 {
 }
Beispiel #26
0
 public PaySlipController(IDropDownService iDropDownService)
 {
     iDropDown = iDropDownService;
 }
Beispiel #27
0
 public ReportController(IDropDownService dropDownService, IReportService reportService)
 {
     iDropDown = dropDownService;
     iReport   = reportService;
 }
Beispiel #28
0
 public GeoController(IDropDownService dropDownService, IMapper mapper, ILog4Net logger)
 {
     _dropDownService = dropDownService;
     _mapper          = mapper;
     _logger          = logger;
 }
 public GlobalStatusController(IGlobalStatusService iGlobalStatusService, ICommonService iCommonService, IDropDownService iDropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iGlobalStatusService = iGlobalStatusService; _iCommonService = iCommonService;
     _iDropDownService     = iDropDownService;
     _sharedLocalizer      = sharedLocalizer;
     _locService           = locService;
 }
Beispiel #30
0
 public CardTerminalController(ICardTerminalService iCardTerminalService, ICommonService iCommonService, IDropDownService idropDownService, IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _iCardTerminalService = iCardTerminalService;
     _iDropDownService     = idropDownService;
     _iCommonService       = iCommonService;
     _sharedLocalizer      = sharedLocalizer;
     _locService           = locService;
 }