Exemple #1
0
 public static Notas BuscarPorId(byte pId)
 {
     return(NotasDAL.BuscarPorId(pId));
 }