Exemplo n.º 1
0
 public Task <bool> DeleteAsync(Shared.DTO.Repository entityToDelete)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public Task InsertAsync(Shared.DTO.Repository entity)
 {
     throw new NotImplementedException();
 }