Пример #1
0
 public async Task <TEntity> GetById(TPrimaryKey id)
 {
     return(await _context.Set <TEntity>().FindAsync(id));
 }