public PurchaseReturnController(IPurchaseReturnService PurchaseReturnService, IPurchaseReturnItemService PurchaseReturnItemService, IInwardFromSupplierService InwardFromSupplierService, IInwardItemFromSupplierService InwardItemFromSupplierService, IInwardFromShopToGodownService InwardFromShopToGodownService, IInwardItemFromShopToGodownService InwardItemFromShopToGodownService, IUserCredentialService UserCredentialService, IModuleService ModuleService,
                                 IUtilityService UtilityService, IShopStockService ShopStockService, IGodownStockService GodownStockService, IOpeningStockService OpeningStockService, IEntryStockItemService EntryStockItemService, IGodownService GodownService, IStockItemDistributionService StockItemDistributionService, IOutwardShopToGodownService OutwardShopToGodownService, IOutwardItemShopToGodownService OutwardItemShopToGodownService, ISuppliersMasterService SuppliersMasterService,
                                 IEmployeeMasterService EmployeeMasterService, IPurchaseInventoryTaxService PurchaseInventoryTaxService, IDebitNoteService DebitNoteService, IDebitNoteItemService DebitNoteItemService, IShopService ShopService)
 {
     this._PurchaseReturnService             = PurchaseReturnService;
     this._PurchaseReturnItemService         = PurchaseReturnItemService;
     this._InwardFromSupplierService         = InwardFromSupplierService;
     this._InwardItemFromSupplierService     = InwardItemFromSupplierService;
     this._InwardFromShopToGodownService     = InwardFromShopToGodownService;
     this._InwardItemFromShopToGodownService = InwardItemFromShopToGodownService;
     this._ModuleService                  = ModuleService;
     this._UserCredentialService          = UserCredentialService;
     this._UtilityService                 = UtilityService;
     this._ShopStockService               = ShopStockService;
     this._GodownStockService             = GodownStockService;
     this._OpeningStockService            = OpeningStockService;
     this._EntryStockItemService          = EntryStockItemService;
     this._GodownService                  = GodownService;
     this._StockItemDistributionService   = StockItemDistributionService;
     this._OutwardShopToGodownService     = OutwardShopToGodownService;
     this._OutwardItemShopToGodownService = OutwardItemShopToGodownService;
     this._SuppliersMasterService         = SuppliersMasterService;
     this._EmployeeMasterService          = EmployeeMasterService;
     this._PurchaseInventoryTaxService    = PurchaseInventoryTaxService;
     this._DebitNoteService               = DebitNoteService;
     this._DebitNoteItemService           = DebitNoteItemService;
     this._ShopService = ShopService;
 }
Example #2
0
 public CostCodeCreationController(IUserCredentialService UserCredentialService, IModuleService ModuleService, ICostCodeCreationService CostCodeCreationService, IEmployeeMasterService EmployeeMasterService)
 {
     this._UserCredentialService   = UserCredentialService;
     this._ModuleService           = ModuleService;
     this._CostCodeCreationService = CostCodeCreationService;
     this._EmployeeMasterService   = EmployeeMasterService;
 }
Example #3
0
 public ShopController(IUtilityService utilityservice, IShopService shopService, IEmployeeMasterService employeeMasterService, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._shopService            = shopService;
     this._employeeMasterService  = employeeMasterService;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
     this._utilityService         = utilityservice;
 }
Example #4
0
 public IncomeExpenseVoucherController(IJobWorkTypeService JobWorkTypeService, IUtilityService UtilityService, IModuleService ModuleService,
                                       IUserCredentialService UserCredentialService, IIncomeExpenseVoucherService IncomeExchangeVoucherService, IEmployeeMasterService EmployeeMasterService)
 {
     this._utilityService               = UtilityService;
     this._ModuleService                = ModuleService;
     this._IUserCredentialService       = UserCredentialService;
     this._IncomeExchangeVoucherService = IncomeExchangeVoucherService;
     this._EmployeeMasterService        = EmployeeMasterService;
 }
Example #5
0
 public GodownController(IUtilityService utilityService, IGodownService godownService, IGodownAddressService godownaddressService, ICityService cityService, IEmployeeMasterService employeemasterService, ICompanyService componyService, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._utilityService         = utilityService;
     this._godownService          = godownService;
     this._godownaddresService    = godownaddressService;
     this._cityService            = cityService;
     this._employeemasterService  = employeemasterService;
     this._componyService         = componyService;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
 }
 public CommissionController(IUtilityService utilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IEmployeeMasterService EmployeeService, ICommissionService CommissionService, IUnitService UnitService, ICommissionProductService CommissionProductService,
                             IItemSubCategoryService ItemSubCategoryService, IItemService ItemService)
 {
     this._utilityService           = utilityService;
     this._IUserCredentialService   = usercredentialservice;
     this._iIModuleService          = iIModuleService;
     this._EmployeeService          = EmployeeService;
     this._CommissionService        = CommissionService;
     this._CommissionProductService = CommissionProductService;
     this._UnitService            = UnitService;
     this._ItemSubCategoryService = ItemSubCategoryService;
     this._ItemService            = ItemService;
 }
Example #7
0
 public UserController(IUserCredentialService usercredentialservice, IModuleService moduleservice, IUserService userservice, IUtilityService utilityservice, IEmployeeMasterService employeeservice, IModuleService iIModuleService, ICompanyService companyservice, IEmployeesCompanyService EmployeesCompanyService, IShopService ShopService, IGodownService GodownService)
 {
     this._iuserservice             = userservice;
     this._iutilityservice          = utilityservice;
     this._iemployeeservice         = employeeservice;
     this._imoduleservice           = moduleservice;
     this._iusercredentailservice   = usercredentialservice;
     this._iCompanyService          = companyservice;
     this._iEmployeesCompanyService = EmployeesCompanyService;
     this._iIModuleService          = iIModuleService;
     this._ShopService   = ShopService;
     this._GodownService = GodownService;
 }
Example #8
0
 public BillPaymentController(IUtilityService utilityservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService,
                              IBillPaymentService BillPaymentService, IBillPaymentItemService BillPaymentItemService, ISuppliersMasterService SuppliersMasterService,
                              IInwardFromSupplierService InwardFromSupplierService, IInwardItemFromSupplierService InwardItemFromSupplierService, IPurchaseOrderDetailService PurchaseOrderDetailService,
                              IDebitNoteService DebitNoteService, IEmployeeMasterService EmployeeMasterService)
 {
     this._utilityservice                = utilityservice;
     this._IUserCredentialService        = usercredentialservice;
     this._iIModuleService               = iIModuleService;
     this._BillPaymentService            = BillPaymentService;
     this._BillPaymentItemService        = BillPaymentItemService;
     this._SuppliersMasterService        = SuppliersMasterService;
     this._InwardFromSupplierService     = InwardFromSupplierService;
     this._InwardItemFromSupplierService = InwardItemFromSupplierService;
     this._PurchaseOrderDetailService    = PurchaseOrderDetailService;
     this._DebitNoteService              = DebitNoteService;
     this._EmployeeMasterService         = EmployeeMasterService;
 }
Example #9
0
 public CompanyController(ICompanyBankDetailsService compbnkservice, ICityService cityservice, IStateService stateservice, IUtilityService utilityservice,
                          IBankService bankservice, ICompanyService companyService, IBankAccountTypeService bankAccountTypeService, IBankNameService bankNameService,
                          IUserCredentialService usercredentialservice, IModuleService iIModuleService, IUserService userService, IEmployeeMasterService employeeMasterService, IEmployeesCompanyService EmployeesCompanyService)
 {
     this._bankAccountTypeService  = bankAccountTypeService;
     this._bankNameService         = bankNameService;
     this._companyService          = companyService;
     this._utilityservice          = utilityservice;
     this._bankService             = bankservice;
     this._stateservice            = stateservice;
     this._cityservice             = cityservice;
     this._compbankservice         = compbnkservice;
     this._IUserCredentialService  = usercredentialservice;
     this._iIModuleService         = iIModuleService;
     this._userService             = userService;
     this._employeeMasterService   = employeeMasterService;
     this._EmployeesCompanyService = EmployeesCompanyService;
 }
 public OutwardToTailorController(IUtilityService UtilityService, IModuleService ModuleService, IUserCredentialService IUserCredentialService,
                                  IOutwardToTailorService OutwardToTailorService, IOutwardToTailorItemService OutwardToTailorItemService, IClientMasterService ClientMasterService, IRetailBillService RetailBillService, IRetailBillItemService RetailBillItemService,
                                  ISalesBillService SalesBillService, ISalesBillItemService SalesBillItemService, IJobWorkTypeService JobWorkTypeService, IJobWorkerService JobWorkerService, IEmployeeMasterService EmployeeMasterService, IJobWorkPaymentService JobWorkPaymentService)
 {
     this._UtilityService             = UtilityService;
     this._ModuleService              = ModuleService;
     this._IUserCredentialService     = IUserCredentialService;
     this._OutwardToTailorService     = OutwardToTailorService;
     this._OutwardToTailorItemService = OutwardToTailorItemService;
     this._ClientMasterService        = ClientMasterService;
     this._RetailBillService          = RetailBillService;
     this._RetailBillItemService      = RetailBillItemService;
     this._SalesBillService           = SalesBillService;
     this._SalesBillItemService       = SalesBillItemService;
     this._JobWorkTypeService         = JobWorkTypeService;
     this._JobWorkerService           = JobWorkerService;
     this._EmployeeMasterService      = EmployeeMasterService;
     this._JobWorkPaymentService      = JobWorkPaymentService;
 }
 public DashboardController(IUtilityService utilityservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IPurchaseOrderDetailService IPurchaseOrderDetailService, IOutwardToShopService OutwardToShopService, IOutwardToClientService IOutwardToClientService, IShopStockService IShopStockService,
                            IGodownStockService GodownStockService, IStockItemDistributionService IStockItemDistributionService, IRetailBillService IRetailInvoiceMasterService, ISalesBillService ISalesBillService, IEmployeeMasterService EmployeeMasterService, IEntryStockItemService EntryStockItemService,
                            IQuotationService QuotationService, ISalesOrderService SalesOrderService, IDeliveryChallanService DeliveryChallanService, IInwardFromGodownService InwardFromGodownService, IInwardFromShopToGodownService InwardFromShopToGodownService, IInwardInterGodownService InwardInterGodownService, IInwardInterShopService InwardInterShopService,
                            IRequisitionForShopService RequisitionForShopService, IRequisitionForGodownService RequisitionForGodownService, IOutwardShopToGodownService OutwardShopToGodownService, IOutwardInterGodownService OutwardInterGodownService, IOutwardInterShopService OutwardInterShopService, ISalesReturnService SalesReturnService,
                            IPurchaseReturnService PurchaseReturnService, IInwardFromSupplierService InwardFromSupplierService, ICashierSalesOrderService CashierSalesOrderService, ICashierRetailBillService CashierRetailBillService, ICashierTemporaryCashMemoService CashierTemporaryCashMemoService, ICashierSalesBillService CashierSalesBillService,
                            ICashierRefundOrderService CashierRefundOrderService, ICashHandoverService CashHandoverService, ICardChequeHandoverService CardChequeHandoverService, IIncomeExpenseVoucherService IncomeExchangeVoucherService)
 {
     this._IUserCredentialService          = usercredentialservice;
     this._iIModuleService                 = iIModuleService;
     this._IPurchaseOrderDetailService     = IPurchaseOrderDetailService;
     this._IOutwardToClientService         = IOutwardToClientService;
     this._EntryStockItemService           = EntryStockItemService;
     this._IShopStockService               = IShopStockService;
     this._GodownStockService              = GodownStockService;
     this._IStockItemDistributionService   = IStockItemDistributionService;
     this._IRetailInvoiceMasterService     = IRetailInvoiceMasterService;
     this._ISalesBillService               = ISalesBillService;
     this._EmployeeMasterService           = EmployeeMasterService;
     this._QuotationService                = QuotationService;
     this._SalesOrderService               = SalesOrderService;
     this._DeliveryChallanService          = DeliveryChallanService;
     this._RequisitionForShopService       = RequisitionForShopService;
     this._RequisitionForGodownService     = RequisitionForGodownService;
     this._OutwardToShopService            = OutwardToShopService;
     this._OutwardShopToGodownService      = OutwardShopToGodownService;
     this._OutwardInterGodownService       = OutwardInterGodownService;
     this._OutwardInterShopService         = OutwardInterShopService;
     this._InwardFromGodownService         = InwardFromGodownService;
     this._InwardFromShopToGodownService   = InwardFromShopToGodownService;
     this._InwardInterGodownService        = InwardInterGodownService;
     this._InwardInterShopService          = InwardInterShopService;
     this._SalesReturnService              = SalesReturnService;
     this._PurchaseReturnService           = PurchaseReturnService;
     this._InwardFromSupplierService       = InwardFromSupplierService;
     this._CashierSalesOrderService        = CashierSalesOrderService;
     this._CashierRetailBillService        = CashierRetailBillService;
     this._CashierTemporaryCashMemoService = CashierTemporaryCashMemoService;
     this._CashierSalesBillService         = CashierSalesBillService;
     this._CashierRefundOrderService       = CashierRefundOrderService;
     this._CashHandoverService             = CashHandoverService;
     this._CardChequeHandoverService       = CardChequeHandoverService;
     this._IncomeExchangeVoucherService    = IncomeExchangeVoucherService;
 }
 public EmployeeController(IDepartmentService deptservice, IUtilityService utilityservive, IBankNameService banknameservice, IBankService bankservice, IDesignationMasterService DesignationMasterService, IEmployeeMasterService EmployeeMasterService, IYearExperienceService YearExperienceService,
                           IMonthExperienceService MonthExperienceService, IBloodGroupService BloodGroupservice, ITypeOfSupplierService TypeOfSupplierSevice, ICityService cityService, IStateService stateService, IUserService userservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IEmployeesCompanyService EmployeesCompanyService)
 {
     this._EmployeeMasterService    = EmployeeMasterService;
     this._MonthExperienceService   = MonthExperienceService;
     this._YearExperienceService    = YearExperienceService;
     this._BloodGroupService        = BloodGroupservice;
     this._TypeOfSupplierService    = TypeOfSupplierSevice;
     this._cityService              = cityService;
     this._stateService             = stateService;
     this._DesignationMasterService = DesignationMasterService;
     this._BankNameService          = banknameservice;
     this._BankService              = bankservice;
     this._utilityservice           = utilityservive;
     this._departmentservive        = deptservice;
     this._iuserservice             = userservice;
     this._IUserCredentialService   = usercredentialservice;
     this._iIModuleService          = iIModuleService;
     this._EmployeesCompanyService  = EmployeesCompanyService;
 }
Example #13
0
 public ReplicaCompanyController(ICompanyService CompanyService, ICompanyBankDetailsService CompanyBankDetailsService, IUserCredentialService UserCredentialService, IModuleService ModuleService, IBankService BankService,
                                 IClientMasterService ClientMasterService, IClientBankDetailService ClientBankDetailService, IDesignService DesignService, IEmployeeMasterService EmployeeMasterService, IGodownService GodownService, IGodownAddressService GodownAddressService,
                                 IItemCategoryService ItemCategoryService, IItemSubCategoryService ItemSubCategoryService, IItemService ItemService, IJobWorkerService JobWorkerService, IJobWorkItemService JobWorkItemService, IJobWorkTypeService JobWorkTypeService,
                                 ISalesIncentiveService SalesIncentiveService, IShopService ShopService, ITypeOfMaterialService TypeOfMaterialService, IUnitService UnitService, ISuppliersMasterService SuppliersMasterService, ISupplierBankDetailService SupplierBankDetailService,
                                 ITransportService TransportService, ITransportBankDetailService TransportBankDetailService, INonInventoryItemService NonInventoryItemService, IUserService UserService, IEmployeesCompanyService EmployeesCompanyService, ICommissionService CommissionService,
                                 IBarcodeNumberService BarcodeNumberService, IBrandMasterService BrandMasterService, IDesignationMasterService DesignationMasterService)
 {
     this._CompanyService            = CompanyService;
     this._CompanyBankDetailsService = CompanyBankDetailsService;
     this._UserCredentialService     = UserCredentialService;
     this._ModuleService             = ModuleService;
     this._BankService                = BankService;
     this._ClientMasterService        = ClientMasterService;
     this._ClientBankDetailService    = ClientBankDetailService;
     this._DesignService              = DesignService;
     this._EmployeeMasterService      = EmployeeMasterService;
     this._GodownService              = GodownService;
     this._GodownAddressService       = GodownAddressService;
     this._ItemCategoryService        = ItemCategoryService;
     this._ItemSubCategoryService     = ItemSubCategoryService;
     this._ItemService                = ItemService;
     this._NonInventoryItemService    = NonInventoryItemService;
     this._BarcodeNumberService       = BarcodeNumberService;
     this._JobWorkerService           = JobWorkerService;
     this._JobWorkItemService         = JobWorkItemService;
     this._JobWorkTypeService         = JobWorkTypeService;
     this._SalesIncentiveService      = SalesIncentiveService;
     this._ShopService                = ShopService;
     this._TypeOfMaterialService      = TypeOfMaterialService;
     this._UnitService                = UnitService;
     this._SuppliersMasterService     = SuppliersMasterService;
     this._SupplierBankDetailService  = SupplierBankDetailService;
     this._TransportService           = TransportService;
     this._TransportBankDetailService = TransportBankDetailService;
     this._UserService                = UserService;
     this._EmployeesCompanyService    = EmployeesCompanyService;
     this._CommissionService          = CommissionService;
     this._BrandMasterService         = BrandMasterService;
     this._DesignationMasterService   = DesignationMasterService;
 }
 public EmployeeMasterController(IEmployeeMasterService employeeMasterService)
 {
     this.employeeMasterService = employeeMasterService;
 }