Ejemplo n.º 1
0
 public CatalogueController(IClientMasterService ClientMasterService, ICountryService CountryService, IStateService StateService,
                            IDistrictService DistrictService, IBankService BankService, IBankNameService BankNameService, IUtilityService UtilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService,
                            IClientBankDetailService ClientBankDetailService, ICatalogueService CatalogueService, IBarcodeNumberService BarcodeNumberService, IItemNameService ItemNameService,
                            IUniversalBarcodeNumberService UniversalBarocodeNumberService, IItemService ItemService, IColorCodeService ColorCodeService, IItemCategoryService CategoryService,
                            IEntryStockItemService EntryStockItemService, IOpeningStockService OpeningStockService, IInwardItemFromSupplierService InwardItemFromSupplierService, IUnitService UnitService)
 {
     this._ClientMasterService           = ClientMasterService;
     this._CountryService                = CountryService;
     this._StateService                  = StateService;
     this._DistrictService               = DistrictService;
     this._BankService                   = BankService;
     this._BankNameService               = BankNameService;
     this._UtilityService                = UtilityService;
     this._ClientBankDetailService       = ClientBankDetailService;
     this._IUserCredentialService        = usercredentialservice;
     this._iIModuleService               = iIModuleService;
     this._CatalogueService              = CatalogueService;
     this._BarcodeNumberService          = BarcodeNumberService;
     this._ItemNameService               = ItemNameService;
     this._UniversalBarcodeNumberService = UniversalBarocodeNumberService;
     this._ItemService                   = ItemService;
     this._ColorCodeService              = ColorCodeService;
     this._CategoryService               = CategoryService;
     this._EntryStockItemService         = EntryStockItemService;
     this._OpeningStockService           = OpeningStockService;
     this._InwardItemFromSupplierService = InwardItemFromSupplierService;
     this._UnitService                   = UnitService;
 }
 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;
 }
Ejemplo n.º 3
0
 public ClientController(IClientMasterService ClientMasterService, ICountryService CountryService, IStateService StateService,
                         IDistrictService DistrictService, IBankService BankService, IBankNameService BankNameService, IUtilityService UtilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService,
                         IClientBankDetailService ClientBankDetailService)
 {
     this._ClientMasterService     = ClientMasterService;
     this._CountryService          = CountryService;
     this._StateService            = StateService;
     this._DistrictService         = DistrictService;
     this._BankService             = BankService;
     this._BankNameService         = BankNameService;
     this._UtilityService          = UtilityService;
     this._ClientBankDetailService = ClientBankDetailService;
     this._IUserCredentialService  = usercredentialservice;
     this._iIModuleService         = iIModuleService;
 }
 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;
 }
Ejemplo n.º 5
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;
 }