Exemplo n.º 1
0
 protected override Task <int> DeleteAsync(int id)
 {
     return(_mapper.DeleteAsync(_db.Connection, 1, "One", id));
 }