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