Exemplo n.º 1
0
 public Task <TEntity> InsertAsync(TEntity entity)
 {
     return(_servicoBase.InsertAsync(entity));
 }