コード例 #1
0
 public void Put(JObject resource)
 {
     _system.UpdateResource(Helpers.Json.ConvertFromTypedJson <IResource>(resource.ToString()));
 }