public DTO.Paged.PagedLogSessionDetail getAllLogSession(int skip, int take) { return(Mapper.Map <HCRGUniversity.Core.BL.Model.Paged.LogSessionDetail, DTO.Paged.PagedLogSessionDetail>(_logSession.getAllLogSession(skip, take))); }
public void getAllLogSession() { var ss = _logSessionBL.getAllLogSession(0, 10); }