示例#1
0
 private bool ActivityExists(int id)
 {
     return(_repo.ActivityExists(id));
 }