Ejemplo n.º 1
0
 public ICollection <Nota> Pesquisar(Nota t)
 {
     return(_notaRepository.Pesquisar(t));
 }