Exemple #1
0
 public static int Modificar(Notas pNotas)
 {
     return(NotasDAL.Modificar(pNotas));
 }