Beispiel #1
0
 public async Task <E> GetByID(long id) => await dbContext.Set <E>().FindAsync(id);