Exemple #1
0
 public static InscripcionesAlumnos GetInstance()
 {
     if (singleton == null)
     {
         singleton = new InscripcionesAlumnos();
     }
     return(singleton);
 }