Example #1
0
 public int IsSign(int userId)
 {
     return(pointsLogRepository.IsSign(userId));
 }