Beispiel #1
0
 public IActionResult Delete(int id)
 {
     subCategoryBLL.Delete(id);
     return(Ok());
 }