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