示例#1
0
 public int Count(int userId)
 {
     return(_listsRepository.Count(userId));
 }