コード例 #1
0
 public Activity CompleteActivity(int id)
 {
     return(activityRepository.CompleteActivity(id));
 }