Пример #1
0
 public IActionResult Inserir(Telefone obj)
 {
     _service.Insert(obj);
     return(Ok(obj));
 }