Exemplo n.º 1
0
 public Classe GetByRegistro(int _registro)
 {
     return(_DAO.Find(c => c.Registro == _registro).First());
 }