/// <summary> /// Load DB with XML file data. /// </summary> /// <returns></returns> public static bool LoadData() { HSTContextInitializer.LoadDataIntoDatabase(); return(true); }
/// <summary> /// Inits a new DB and calls to load the db with XML file data /// </summary> /// <returns></returns> public static bool InitDatabase() { HSTContextInitializer.InitDB(); return(true); }