Beispiel #1
0
 public void Ready(ActivityEntity model)
 {
     model.State = "Study";
     service.Ready(model);
 }