Exemplo n.º 1
0
 public bool CleanAll(int userId)
 {
     return(_activityRepo.CleanAll(userId));
 }