Exemplo n.º 1
0
 public IActionResult Delete(int id)
 {
     _SPService.Delete(id);
     return(Ok(GetResponse("Deleted Successfully")));
 }