示例#1
0
 public async Task <User> GetEntity(int id)
 {
     return(await resp.GetEntityAsync(s => s.Id == id));
 }