예제 #1
0
 public int GetFinishedWorkCountByUserId(int userId)
 {
     return(_workDal.GetFinishedWorkCountByUserId(userId));
 }