Example #1
0
 internal void DataBaseMemoryInitialization()
 {
     this.accountManager     = new DB_StorageAccount();
     this.reservationManager = new DB_StorageReservations();
     this.price_Min          = new DB_StoragePrices();
 }
Example #2
0
        //----------------Internal----------------------------


        internal void RunTimeMemoryInitialization()
        {
            this.accountManager     = new RunTime_StorageAccounts();
            this.reservationManager = new RunTime_StorageReservations();
            this.price_Min          = new RunTime_StoragePrices();
        }