Esempio n. 1
0
 public List <DualHelper> GetMostCompletedJobByEmployee()
 {
     return(_appUserDal.GetMostCompletedJobByEmployee());
 }