Esempio n. 1
0
 public StandardInventoryBusinessEntity(IStandardInventoryDataService istandardInventoryDataService,
                                        IUnitOfMeasureBusinessEntity unitOfMeasureBusinessEntity,
                                        IFileServerBusinessEntity fileServerBusinessEntity,
                                        IInventoryItemCategoriesBusinessEntity inventoryItemCategoriesBusinessEntity,
                                        IInventoryItemSubCategoryBusinessEntity inventoryItemSubCategoryBusinessEntity
                                        )
 {
     this.istandardInventoryDataService          = istandardInventoryDataService;
     this.unitOfMeasureBusinessEntity            = unitOfMeasureBusinessEntity;
     this.fileServerBusinessEntity               = fileServerBusinessEntity;
     this.inventoryItemCategoriesBusinessEntity  = inventoryItemCategoriesBusinessEntity;
     this.inventoryItemSubCategoryBusinessEntity = inventoryItemSubCategoryBusinessEntity;
 }
 public UnitOfMeasureController(IUnitOfMeasureBusinessEntity unitOfMeasureService)
 {
     this.unitOfMeasureService = unitOfMeasureService;
 }