Пример #1
0
 //Kiểm tra có thể xóa
 public bool CanDeleteSubCategory(int pSubCatID)
 {
     return(service.CanDeleteSubCategory(pSubCatID));
 }