public static void Run() { Categories.Get(); Products.Get(); Towns.Get(); Agents.Get(); Shippers.Get(); Suppliers.Get(); Customers.Get(); Procurements.Get(); Invoices.Get(); Items.Get(); Histories.Get(); }
static void Main(string[] args) { Console.WriteLine("Data migration in progress"); Console.WriteLine("--------------------------"); Categories.Get(); Products.Get(); Towns.Get(); Agents.Get(); Shippers.Get(); Suppliers.Get(); Customers.Get(); Procurements.Get(); Invoices.Get(); Items.Get(); Console.WriteLine("-------------------------"); Console.WriteLine("Press any key to continue"); Console.ReadKey(); }