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