Beispiel #1
0
 public async Task <T> GetAsync(string id)
 {
     return(await _context.EAsync <T>(id).ConfigureAwait(false));
 }