コード例 #1
0
 public Task <UserResponse> Get(int id)
 {
     return(_userEngine.GetAsync(id));
 }