internal void DataBaseMemoryInitialization() { this.accountManager = new DB_StorageAccount(); this.reservationManager = new DB_StorageReservations(); this.price_Min = new DB_StoragePrices(); }
//----------------Internal---------------------------- internal void RunTimeMemoryInitialization() { this.accountManager = new RunTime_StorageAccounts(); this.reservationManager = new RunTime_StorageReservations(); this.price_Min = new RunTime_StoragePrices(); }