Exemplo n.º 1
0
 public Task DeleteByIdAsync(string id)
 {
     return(_servicoBase.DeleteByIdAsync(id));
 }