Пример #1
0
 public virtual async Task <T> GetByIdAsync(Guid id)
 {
     return(await _dbContext.Set <T>().FindAsync(id));
 }