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