Example #1
0
 public StorageManageController(IStorageManageService storageManageService, IMaterialManageService materialManageService)
 {
     this.storageManageService  = storageManageService;
     this.materialManageService = materialManageService;
 }
Example #2
0
 public MaterialManageController(IMaterialManageService materialManageService)
 {
     this.materialManageService = materialManageService;
 }