示例#1
0
 public Task <T> GetAsync(object id)
 {
     return(_context.GetAsync <T>(id));
 }