Exemplo n.º 1
0
 public object Get(GetDeviceInfo request)
 {
     return(_deviceManager.GetDevice(request.Id));
 }
Exemplo n.º 2
0
 public object Get(GetDeviceInfo request)
 {
     return(ToOptimizedResult(_deviceManager.GetDevice(request.Id)));
 }