Example #1
0
 public List <CertificateEntity> GetAllList()
 {
     return(service.IQueryable().OrderBy(t => t.CreatorTime).ToList());
 }