示例#1
0
 public void Put(JObject device)
 {
     _system.UpdateDevice(Helpers.Json.ConvertFromTypedJson <IDevice>(device.ToString()));
 }