Beispiel #1
0
 public Activity ChangeName(int id, string newName)
 {
     return(activityRepository.ChangeName(id, newName));
 }