예제 #1
0
 public void OnGet(string id)
 {
     Device = _apiManager.GetDeviceById(id).Result;
 }