示例#1
0
 public IQueryable <Certification> GetAll()
 {
     return((IQueryable <Certification>)link.Certification_GetAll());
 }