public LoginController(IBranchManager iBranchManager, ICompanyManager iCompanyManager, ICommonManager iCommonManager, IEmployeeManager iEmployeeManager)
 {
     _iBranchManager   = iBranchManager;
     _iCompanyManager  = iCompanyManager;
     _iCommonManager   = iCommonManager;
     _iEmployeeManager = iEmployeeManager;
 }
 public HomeController(ICommonManager iCommonManager, IProductManager iProductManager, IBranchManager iBranchManager, IEmployeeManager iEmployeeManager)
 {
     _iCommonManager   = iCommonManager;
     _iProductManager  = iProductManager;
     _iBranchManager   = iBranchManager;
     _iEmployeeManager = iEmployeeManager;
 }
 // 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;
 }
 // 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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }
 // 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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }