Exemplo n.º 1
0
 public Task <MinerInfo> GetMinerByIdAsync(long id)
 => GetAsync <MinerInfo>(ServerRoutes.GetMinerById(id));