메소드 | 설명 | |
---|---|---|
Add ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task | ||
Get ( System.Guid id ) : Task |
||
Update ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task |
public Add ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task | ||
id | System.Guid | |
jObject | Newtonsoft.Json.Linq.JObject | |
리턴 | System.Threading.Tasks.Task |
public Update ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task | ||
id | System.Guid | |
jObject | Newtonsoft.Json.Linq.JObject | |
리턴 | System.Threading.Tasks.Task |