예제 #1
0
 public Task <bool> Complete(int Id)
 {
     return(activity.Complete(Id));
 }