Пример #1
0
 static public List <CertificadoCabDTO> ReadAll(string sWhere)
 {
     return(dao.ReadAll(sWhere));
 }