Пример #1
0
 public IActionResult Delete(int id)
 {
     role.DeleteFromTable(id);
     role.Save();
     return(Ok(HttpStatusCode.OK));
 }