Exemple #1
0
 public IEnumerable <Servico> Post([FromBody] Servico servico)
 {
     repo.Incluir(servico);
     return(repo.SelecionarTudo());
 }