Esempio n. 1
0
 public Task <User> GetUserByIdAsync(long id)
 => GetAsync <User>(ServerRoutes.GetUserById(ApiUrl, id));
Esempio n. 2
0
 public Task <UserInfo> GetUserByIdAsync(long id)
 => GetAsync <UserInfo>(ServerRoutes.GetUserById(id));