Example #1
0
 public IEnumerable <Pessoa> Post([FromBody] DataTable datatable)
 {
     return(repositorio.Filtrar(datatable));
 }