コード例 #1
0
 public ActionResult DeletarTipo(int id)
 {
     return(Ok(TipoService.Deletar(id)));
 }