public PetCategoryController(mJsonResult jsonResult, PetCategoryManageService petCategoryManageService,
                              FileManageService fileManage)
 {
     this.json = jsonResult;
     this.categoryManageService = petCategoryManageService;
     this.fileManageService     = fileManage;
 }
Exemple #2
0
 public FileUploadController(mJsonResult mJsonResult, FileManageService fileManage)
 {
     fileManageService = fileManage;
     json = mJsonResult;
 }