Esempio 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 ColorCodeController(IUtilityService UtilityService, IColorCodeService ColorCodeService, IUserCredentialService UserCredentialService, IModuleService ModuleService)
 {
     this._UtilityService        = UtilityService;
     this._ColorCodeService      = ColorCodeService;
     this._UserCredentialService = UserCredentialService;
     this._ModuleService         = ModuleService;
 }
Esempio n. 3
0
 public TypeOfMaterialController(ITypeOfMaterialService TypeOfMaterialService, IUtilityService utilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IColorCodeService ColorCodeService)
 {
     this._TypeOfMaterialService  = TypeOfMaterialService;
     this._utilityService         = utilityService;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
     this._ColorCodeService       = ColorCodeService;
 }
 public JobWorkItemController(IJobWorkItemService jobworkitemService, INonInventoryItemService NonInventoryService, IUtilityService utilityService, IItemCategoryService ItemCategoryService,
                              IItemSubCategoryService ItemSubCategoryService, IUserCredentialService UserCredentialService, IModuleService ModuleService, ITypeOfMaterialService TypeOfMaterialService,
                              IColorCodeService ColorCodeService, IDesignService DesignService, IUnitService UnitService)
 {
     this._jobworkitemService     = jobworkitemService;
     this._NonInventoryService    = NonInventoryService;
     this._utilityService         = utilityService;
     this._ItemCategoryService    = ItemCategoryService;
     this._ItemSubCategoryService = ItemSubCategoryService;
     this._IUserCredentialService = UserCredentialService;
     this._iIModuleService        = ModuleService;
     this._TypeOfMaterialService  = TypeOfMaterialService;
     this._ColorCodeService       = ColorCodeService;
     this._DesignService          = DesignService;
     this._UnitService            = UnitService;
 }
 public ColorCodeController(IColorCodeService colorCodeService)
 {
     _colorCodeService = colorCodeService;
 }