示例#1
0
 public void DeleteMainCategory(int mainCategoryId)
 {
     _mainCRepo.DeleteMainCategory(mainCategoryId);
 }