Пример #1
0
 public IActionResult DeleteSubType(int id)
 {
     _financeService.DeleteSubType(id);
     return(RedirectToAction("FSubTypes"));
 }