コード例 #1
0
 public void Post(JObject device)
 {
     _system.AddDevice(Helpers.Json.ConvertFromTypedJson <IDevice>(device.ToString()));
 }