Exemple #1
0
 public async Task <TEntity> FindByIdAsync(object key)
 {
     return(await _dataSource.FindByIdAsync(key) as TEntity);
 }