Example #1
0
 public async Task <T> Find(Key id)
 {
     return(await context.FindAsync <T>(id));
 }