Exemplo n.º 1
0
 public static AllReservations GetReservations()
 {
     if (allReservations == null)
     {
         allReservations = new AllReservations();
     }
     return(allReservations);
 }
 public static AllReservations GetReservations()
 {
     if (allReservations == null)
         allReservations = new AllReservations();
     return allReservations;
 }