コード例 #1
0
 public List <Work> GetWithAllPropertyFinishedByUserId(out int totalPage, int userId, int activePage)
 {
     return(_workDal.GetWithAllPropertyFinishedByUserId(out totalPage, userId, activePage));
 }