Example #1
0
 public List <Work> GetWithAllPropertyFinished(out int totalPage, int activePage = 1)
 {
     return(_workDal.GetWithAllPropertyFinished(out totalPage, activePage));
 }