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;
 }
 public OldInwardController(IInwardFromSupplierService inwardFromSupplierService, IPurchaseOrderDetailService purchaseOrderDetailService,
                            IPurchaseItemDetailService purchaseItemDetailService, IUtilityService utilityservice, ISuppliersMasterService supplierMasterService, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._inwardFromSupplierService  = inwardFromSupplierService;
     this._purchaseOrderDetailService = purchaseOrderDetailService;
     this._purchaseItemDetailService  = purchaseItemDetailService;
     this._utilityService             = utilityservice;
     this._supplierMasterService      = supplierMasterService;
     this._IUserCredentialService     = usercredentialservice;
     this._iIModuleService            = iIModuleService;
 }
 public CostEstimationController(ISizeMasterService sizemasterservice, ISuppliersMasterService supplierservice, IDesignMasterService designservice, IClientMasterService clientservice, ICostEstimationOfArticleService costestimationarticleservice, IUtilityService utilityservice, ICategoryService categoryservice, IItemMasterService itemservice, IUnitMasterService unitmasterservice)
 {
     this._icostestimationarticleservice = costestimationarticleservice;
     this._iutiltyservice     = utilityservice;
     this._categoryservice    = categoryservice;
     this._itemmasterservice  = itemservice;
     this._iunitmasterservice = unitmasterservice;
     this._iclientservice     = clientservice;
     this._idesignservice     = designservice;
     this._isupplierservice   = supplierservice;
     this._isizemasterservice = sizemasterservice;
 }
 public SupplierController(ISuppliersMasterService suppliermasterservice, ICountryService countryservice, IStateService stateservice, ITypeOfSupplierService typeofsupplierservice,
                           IDistrictService districtservice, IUtilityService utilityservice, IBankNameService banknameservice, IBankService bankservice, ISupplierBankDetailService SupplierBankDetailService, IItemCategoryService itemcategoryservice, IItemSubCategoryService itemsubcategoryservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._suppliermasterservice     = suppliermasterservice;
     this._countryservice            = countryservice;
     this._stateservice              = stateservice;
     this._typeofsupplierservice     = typeofsupplierservice;
     this._districtservice           = districtservice;
     this._utilityservice            = utilityservice;
     this._banknameservice           = banknameservice;
     this._bankservice               = bankservice;
     this._SupplierBankDetailService = SupplierBankDetailService;
     this._itemcategoryservice       = itemcategoryservice;
     this._itemsubcategoryservice    = itemsubcategoryservice;
     this._IUserCredentialService    = usercredentialservice;
     this._iIModuleService           = iIModuleService;
 }
Beispiel #5
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;
 }
Beispiel #6
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;
 }