Ejemplo n.º 1
0
 public Nota Guardar(Nota t)
 {
     return(_notaRepository.Guardar(t));
 }