Exemple #1
0
 public DTO.Paged.PagedCertificationTitleOption GetAllPagedCertificationTitleOption(int skip, int take)
 {
     return(Mapper.Map <DTO.Paged.PagedCertificationTitleOption>(_certificationTitle.GetPagedCertificationTitleOption(skip, take)));
 }
        public void GetPagedCertificationTitleOption()
        {
            var _result = _certificationTitleOptionBL.GetPagedCertificationTitleOption(0, 10);

            Assert.IsTrue(_result != null, "Unable to get");
        }