コード例 #1
0
 public LoginController(IBranchManager iBranchManager, ICompanyManager iCompanyManager, ICommonManager iCommonManager, IEmployeeManager iEmployeeManager)
 {
     _iBranchManager   = iBranchManager;
     _iCompanyManager  = iCompanyManager;
     _iCommonManager   = iCommonManager;
     _iEmployeeManager = iEmployeeManager;
 }
コード例 #2
0
 public HomeController(ICommonManager iCommonManager, IProductManager iProductManager, IBranchManager iBranchManager, IEmployeeManager iEmployeeManager)
 {
     _iCommonManager   = iCommonManager;
     _iProductManager  = iProductManager;
     _iBranchManager   = iBranchManager;
     _iEmployeeManager = iEmployeeManager;
 }
コード例 #3
0
 // GET: Accounts/Account
 public AccountController(IClientManager iClientManager, ICommonManager iCommonManager, IAccountsManager iAccountsManager, IProductReturnManager iProductReturnManager)
 {
     _iClientManager        = iClientManager;
     _iCommonManager        = iCommonManager;
     _iAccountsManager      = iAccountsManager;
     _iProductReturnManager = iProductReturnManager;
 }
コード例 #4
0
 public ApproveController(IClientManager iClientManager, ICommonManager iCommonManager, IRegionManager iRegionManager, ITerritoryManager iTerritoryManager)
 {
     _iClientManager    = iClientManager;
     _iRegionManager    = iRegionManager;
     _iTerritoryManager = iTerritoryManager;
     _iCommonManager    = iCommonManager;
 }
コード例 #5
0
 // GET: Sales/Client
 public ClientController(IClientManager iClientManager, ICommonManager iCommonManager, IRegionManager iRegionManager, ITerritoryGateway iTerritoryGateway)
 {
     _iClientManager    = iClientManager;
     _iCommonManager    = iCommonManager;
     _iRegionManager    = iRegionManager;
     _iTerritoryGateway = iTerritoryGateway;
 }
コード例 #6
0
 public ReportsController(IReportManager iReportManager, IAccountsManager iAccountsManager, IClientManager iClientManager, ICommonManager iCommonManager)
 {
     _iReportManager   = iReportManager;
     _iAccountsManager = iAccountsManager;
     _iClientManager   = iClientManager;
     _iCommonManager   = iCommonManager;
 }
コード例 #7
0
 public AssignController(IBranchManager iBranchManager, ICommonManager iCommonManager, IRegionManager iRegionManager, ITerritoryManager iTerritoryManager)
 {
     _iBranchManager    = iBranchManager;
     _iCommonManager    = iCommonManager;
     _iRegionManager    = iRegionManager;
     _iTerritoryManager = iTerritoryManager;
 }
コード例 #8
0
 public ScrapController(IProductManager iProductManager, IScrapManager iScrapManager, ICommonManager iCommonManager, IBarCodeManager iBarCodeManager)
 {
     _iProductManager = iProductManager;
     _iScrapManager   = iScrapManager;
     _iCommonManager  = iCommonManager;
     _iBarCodeManager = iBarCodeManager;
 }
コード例 #9
0
 public ServiceManagementController(IInventoryManager iInventoryManager, ICommonManager iCommonManager, IServiceManager iServiceManager, IBranchManager iBranchManager, IReportManager iReportManager)
 {
     _iInventoryManager = iInventoryManager;
     _iCommonManager    = iCommonManager;
     _iServiceManager   = iServiceManager;
     _iBranchManager    = iBranchManager;
     _iReportManager    = iReportManager;
 }
コード例 #10
0
 // GET: Factory/Delivery
 public DeliveryController(IProductManager iProductManager, IFactoryDeliveryManager iFactoryDeliveryManager, IBranchManager iBranchManager, IInventoryManager iInventoryManager, ICommonManager iCommonManager)
 {
     _iProductManager         = iProductManager;
     _iFactoryDeliveryManager = iFactoryDeliveryManager;
     _iBranchManager          = iBranchManager;
     _iInventoryManager       = iInventoryManager;
     _iCommonManager          = iCommonManager;
 }
コード例 #11
0
 public DeliveryController(IDeliveryManager iDeliveryManager, IInventoryManager iInventoryManager, IProductManager iProductManager, IClientManager iClientManager, IInvoiceManager iInvoiceManager, ICommonManager iCommonManager)
 {
     _iDeliveryManager  = iDeliveryManager;
     _iInventoryManager = iInventoryManager;
     _iProductManager   = iProductManager;
     _iClientManager    = iClientManager;
     _iInvoiceManager   = iInvoiceManager;
     _iCommonManager    = iCommonManager;
 }
コード例 #12
0
 public HomeController(IBranchManager iBranchManager, IClientManager iClientManager, IOrderManager iOrderManager, IEmployeeManager iEmployeeManager, IInventoryManager iInventoryManager, ICommonManager iCommonManager)
 {
     _iBranchManager    = iBranchManager;
     _iClientManager    = iClientManager;
     _iOrderManager     = iOrderManager;
     _iEmployeeManager  = iEmployeeManager;
     _iCommonManager    = iCommonManager;
     _iInventoryManager = iInventoryManager;
 }
コード例 #13
0
 public ShowInfoController(IBranchManager iBranchManager, ICommonManager iCommonManager, IProductManager iProductManager, IClientManager iClientManager, IEmployeeManager iEmployeeManager, IReportManager iReportManager, IInventoryManager iInventoryManager)
 {
     _iBranchManager    = iBranchManager;
     _iCommonManager    = iCommonManager;
     _iProductManager   = iProductManager;
     _iClientManager    = iClientManager;
     _iEmployeeManager  = iEmployeeManager;
     _iReportManager    = iReportManager;
     _iInventoryManager = iInventoryManager;
 }
コード例 #14
0
 public AccountController(UserManager <User> userManager, IJwtTokenGenerator jwtTokenGenerator, IProviderManager manager, IPatientManager patientIManager, IHttpContextAccessor httpContextAccessor, IPaymentService paymentService, ICommonManager commonManager)
 {
     _userManager         = userManager;
     _jwtTokenGenerator   = jwtTokenGenerator;
     _providerManager     = manager;
     _patientIManager     = patientIManager;
     _httpContextAccessor = httpContextAccessor;
     _paymentService      = paymentService;
     _commonManager       = commonManager;
 }
コード例 #15
0
 // GET: Sales/Client
 public ClientController(IClientManager iClientManager, ICommonManager iCommonManager, IRegionManager iRegionManager, ITerritoryGateway iTerritoryGateway, IDistrictManager iDistrictManager, IBranchManager iBranchManager, IAccountsManager iAccountsManager)
 {
     _iClientManager    = iClientManager;
     _iCommonManager    = iCommonManager;
     _iRegionManager    = iRegionManager;
     _iTerritoryGateway = iTerritoryGateway;
     _iDistrictManager  = iDistrictManager;
     _iBranchManager    = iBranchManager;
     _iAccountsManager  = iAccountsManager;
 }
コード例 #16
0
 public ClientController(IClientManager iClientManager, ICommonManager iCommonManager, IRegionManager iRegionManager, ITerritoryManager iTerritoryManager, IDistrictManager iDistrictManager, IUpazillaGateway iUpazillaGateway, IPostOfficeGateway iPostOfficeGateway)
 {
     _iClientManager     = iClientManager;
     _iCommonManager     = iCommonManager;
     _iRegionManager     = iRegionManager;
     _iTerritoryManager  = iTerritoryManager;
     _iDistrictManager   = iDistrictManager;
     _iUpazillaGateway   = iUpazillaGateway;
     _iPostOfficeGateway = iPostOfficeGateway;
 }
コード例 #17
0
 public MediHub(IProviderManager providerManager, ISuperAdminManager superAdminManager, IHttpContextAccessor httpContextAccessor, IPatientManager patientIManager, ICommonManager commonManager, UserManager <User> userManager, IEmailService emailService, ISMSService sMSService)
 {
     _providerManager     = providerManager;
     _superAdminManager   = superAdminManager;
     _httpContextAccessor = httpContextAccessor;
     _patientIManager     = patientIManager;
     _commonManager       = commonManager;
     _userManager         = userManager;
     _emailService        = emailService;
     _sMSService          = sMSService;
 }
コード例 #18
0
 public ReturnController(IDeliveryManager iDeliveryManager, IProductManager iProductManager, IProductReturnManager iProductReturnManager, IClientManager iClientManager, IOrderManager iOrderManager, IInvoiceManager iInvoiceManager, IInventoryManager iInventoryManager, ICommonManager iCommonManager)
 {
     _iDeliveryManager      = iDeliveryManager;
     _iProductManager       = iProductManager;
     _iProductReturnManager = iProductReturnManager;
     _iClientManager        = iClientManager;
     _iOrderManager         = iOrderManager;
     _iInvoiceManager       = iInvoiceManager;
     _iInventoryManager     = iInventoryManager;
     _iCommonManager        = iCommonManager;
 }
コード例 #19
0
 public WarrantyBatteryController(IInventoryManager iInventoryManager, ICommonManager iCommonManager, IServiceManager iServiceManager, IBranchManager iBranchManager, IPolicyManager iPolicyManager, IClientManager iClientManager, IReportManager iReportManager, IProductReplaceManager iProductReplaceManager)
 {
     _iInventoryManager      = iInventoryManager;
     _iCommonManager         = iCommonManager;
     _iServiceManager        = iServiceManager;
     _iBranchManager         = iBranchManager;
     _iPolicyManager         = iPolicyManager;
     _iClientManager         = iClientManager;
     _iReportManager         = iReportManager;
     _iProductReplaceManager = iProductReplaceManager;
 }
コード例 #20
0
 public SalesAdminController(IBranchManager iBranchManager, IClientManager iClientManager, IOrderManager iOrderManager, IEmployeeManager iEmployeeManager, IInventoryManager iInventoryManager, IInvoiceManager iInvoiceManager, ICommonManager iCommonManager, IProductManager iProductManager)
 {
     _iBranchManager    = iBranchManager;
     _iClientManager    = iClientManager;
     _iOrderManager     = iOrderManager;
     _iEmployeeManager  = iEmployeeManager;
     _iInventoryManager = iInventoryManager;
     _iInvoiceManager   = iInvoiceManager;
     _iProductManager   = iProductManager;
     _iCommonManager    = iCommonManager;
 }
コード例 #21
0
 public RequisitionController(IDeliveryManager iDeliveryManager, IInventoryManager iInventoryManager, IProductManager iProductManager, IClientManager iClientManager, IInvoiceManager iInvoiceManager, ICommonManager iCommonManager, IOrderManager iOrderManager, IBranchManager iBranchManager, IEmployeeManager iEmployeeManager)
 {
     _iDeliveryManager  = iDeliveryManager;
     _iInventoryManager = iInventoryManager;
     _iProductManager   = iProductManager;
     _iClientManager    = iClientManager;
     _iInvoiceManager   = iInvoiceManager;
     _iCommonManager    = iCommonManager;
     _iOrderManager     = iOrderManager;
     _iBranchManager    = iBranchManager;
     _iEmployeeManager  = iEmployeeManager;
 }
コード例 #22
0
 public OrderController(IDeliveryManager iDeliveryManager, IInventoryManager iInventoryManager, IProductManager iProductManager, IClientManager iClientManager, IInvoiceManager iInvoiceManager, ICommonManager iCommonManager, IOrderManager iOrderManager, IBranchManager iBranchManager, IReportManager iReportManager)
 {
     _iDeliveryManager  = iDeliveryManager;
     _iInventoryManager = iInventoryManager;
     _iProductManager   = iProductManager;
     _iClientManager    = iClientManager;
     _iInvoiceManager   = iInvoiceManager;
     _iCommonManager    = iCommonManager;
     _iOrderManager     = iOrderManager;
     _iBranchManager    = iBranchManager;
     _iReportManager    = iReportManager;
 }
コード例 #23
0
 public HomeController(IBranchManager iBranchManager, IClientManager iClientManager, IOrderManager iOrderManager, IEmployeeManager iEmployeeManager, IInventoryManager iInventoryManager, ICommonManager iCommonManager, IAccountsManager iAccountsManager, IReportManager iReportManager, IDeliveryManager iDeliveryManager)
 {
     _iBranchManager    = iBranchManager;
     _iClientManager    = iClientManager;
     _iOrderManager     = iOrderManager;
     _iEmployeeManager  = iEmployeeManager;
     _iCommonManager    = iCommonManager;
     _iInventoryManager = iInventoryManager;
     _iAccountsManager  = iAccountsManager;
     _iReportManager    = iReportManager;
     _iDeliveryManager  = iDeliveryManager;
 }
コード例 #24
0
 public HomeController(IBranchManager iBranchManager, IClientManager iClientManager, IOrderManager iOrderManager, IReportManager iReportManager, IEmployeeManager iEmployeeManager, IInventoryManager iInventoryManager, ICommonManager iCommonManager, IRegionManager iRegionManager, ITerritoryManager iTerritoryManager, IAccountsManager iAccountsManager, IDivisionGateway iDivisionGateway)
 {
     _iBranchManager    = iBranchManager;
     _iClientManager    = iClientManager;
     _iOrderManager     = iOrderManager;
     _iReportManager    = iReportManager;
     _iEmployeeManager  = iEmployeeManager;
     _iInventoryManager = iInventoryManager;
     _iCommonManager    = iCommonManager;
     _iRegionManager    = iRegionManager;
     _iTerritoryManager = iTerritoryManager;
     _iAccountsManager  = iAccountsManager;
     _iDivisionGateway  = iDivisionGateway;
 }
コード例 #25
0
 public CommonController(IBranchManager iBranchManager, IClientManager iClientManager, IOrderManager iOrderManager, IDepartmentManager iDepartmentManager, IInventoryManager iInventoryManager, ICommonManager iCommonManager, IDiscountManager iDiscountManager, IRegionManager iRegionManager, ITerritoryManager iTerritoryManager, IProductManager iProductManager, IInvoiceManager iInvoiceManager, IUpazillaGateway iUpazillaGateway, IDistrictManager iDistrictManager)
 {
     _iBranchManager     = iBranchManager;
     _iClientManager     = iClientManager;
     _iOrderManager      = iOrderManager;
     _idepartmentManager = iDepartmentManager;
     _iInventoryManager  = iInventoryManager;
     _iCommonManager     = iCommonManager;
     _iDiscountManager   = iDiscountManager;
     _iRegionManager     = iRegionManager;
     _iProductManager    = iProductManager;
     _iTerritoryManager  = iTerritoryManager;
     _iUpazillaGateway   = iUpazillaGateway;
     _iInvoiceManager    = iInvoiceManager;
     _iDistrictManager   = iDistrictManager;
 }
コード例 #26
0
 public HomeController(IVatManager iVatManager, IBranchManager iBranchManager, IClientManager iClientManager, IOrderManager iOrderManager, IReportManager iReportManager, IEmployeeManager iEmployeeManager, ICommonManager iCommonManager, IRegionManager iRegionManager, ITerritoryManager iTerritoryManager, IProductManager iProductManager, IAccountsManager iAccountsManager, IDivisionGateway iDivisionGateway, IDeliveryManager iDeliveryManager, IServiceManager iServiceManager, IDiscountManager iDiscountManager)
 {
     _iVatManager       = iVatManager;
     _iBranchManager    = iBranchManager;
     _iClientManager    = iClientManager;
     _iOrderManager     = iOrderManager;
     _iReportManager    = iReportManager;
     _iEmployeeManager  = iEmployeeManager;
     _iCommonManager    = iCommonManager;
     _iRegionManager    = iRegionManager;
     _iTerritoryManager = iTerritoryManager;
     _iProductManager   = iProductManager;
     _iAccountsManager  = iAccountsManager;
     _iDivisionGateway  = iDivisionGateway;
     _iDeliveryManager  = iDeliveryManager;
     _iServiceManager   = iServiceManager;
     _iDiscountManager  = iDiscountManager;
 }
コード例 #27
0
 public OperationHeadController(IVatManager iVatManager, IBranchManager iBranchManager, IClientManager iClientManager, IOrderManager iOrderManager, IReportManager iReportManager, IDepartmentManager iDepartmentManager, IEmployeeManager iEmployeeManager, IInventoryManager iInventoryManager, ICommonManager iCommonManager, IDiscountManager iDiscountManager, IRegionManager iRegionManager, ITerritoryManager iTerritoryManager, IAccountsManager iAccountsManager, IInvoiceManager iInvoiceManager, IDivisionGateway iDivisionGateway, IProductManager iProductManager)
 {
     _iVatManager        = iVatManager;
     _iBranchManager     = iBranchManager;
     _iClientManager     = iClientManager;
     _iOrderManager      = iOrderManager;
     _iReportManager     = iReportManager;
     _iDepartmentManager = iDepartmentManager;
     _iEmployeeManager   = iEmployeeManager;
     _iInventoryManager  = iInventoryManager;
     _iCommonManager     = iCommonManager;
     _iDiscountManager   = iDiscountManager;
     _iRegionManager     = iRegionManager;
     _iTerritoryManager  = iTerritoryManager;
     _iAccountsManager   = iAccountsManager;
     _iInvoiceManager    = iInvoiceManager;
     _iDivisionGateway   = iDivisionGateway;
     _iProductManager    = iProductManager;
 }
コード例 #28
0
 public FuzzyManager(
     IUnitOfWorkAsync unitOfWork,
     IUserService userService,
     ICommonManager commonManager,
     IRuleService ruleService,
     IRuleListService ruleListService,
     IRuleListItemService ruleListItemService,
     IRuleListTextService ruleListTextService,
     IVariableService variableService,
     IVariableItemService variableItemService)
 {
     _unitOfWork          = unitOfWork;
     _commonManager       = commonManager;
     _userService         = userService;
     _ruleService         = ruleService;
     _ruleListService     = ruleListService;
     _ruleListTextService = ruleListTextService;
     _variableService     = variableService;
     _variableItemService = variableItemService;
     _ruleListItemService = ruleListItemService;
 }
コード例 #29
0
 public CommonController(ICommonManager manager, ILogger <CommonController> logger) : base(manager, logger)
 {
     _manager = manager;
 }
コード例 #30
0
 public DiscountsController(ICommonManager iCommonManager, IDiscountManager iDiscountManager, IProductManager iProductManager)
 {
     _iCommonManager   = iCommonManager;
     _iDiscountManager = iDiscountManager;
     _iProductManager  = iProductManager;
 }