Exemplo n.º 1
0
 public Usuario Busca(Usuario Usuario)
 {
     return(dao_usuario.Read(Usuario));
 }