Example #1
0
 public List <DualHelper> GetMostWorkingEmployee()
 {
     return(_appUserDal.GetMostWorkingEmployee());
 }