Exemple #1
0
 public int GetUnCompletedWorkCountWithUserId(int id)
 {
     return(_workDal.GetUnCompletedWorkCountWithUserId(id));
 }