예제 #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 FileOperationController(IFileServerBusinessEntity fileServer)
 {
     this.fileServer = fileServer;
 }