Beispiel #1
0
 public void Prepare(ActivityEntity activityEntity)
 {
     activityEntity.State = "Ready";
     service.Edit(activityEntity);
 }