示例#1
0
 public Documento GetByRegistro(int _registro)
 {
     return(_DAO.Find(d => d.Registro == _registro).First());
 }