예제 #1
0
 public void Update(ToDo t)
 {
     consume.Put("ToDo", t);
 }
예제 #2
0
 public void Update(User t)
 {
     consume.Put("User", t);
 }