コード例 #1
0
 public bool CleanAll(int userId)
 {
     return(_activityRepo.CleanAll(userId));
 }