コード例 #1
0
 public int GetUnFinishedWorkCountByUserId(int userId)
 {
     return(_workDal.GetUnFinishedWorkCountByUserId(userId));
 }