Beispiel #1
0
        public static void init()
        {
            //if (Myro.Db.FetchConnectionCmd == null)
            //    Myro.Db.FetchConnectionCmd = new GetNpgsqlConnect();
            //IRegisterType registerType = new Myro.Npgsql.RegisterTypes();
            //Myro.Helpers.IRegisterType registerType = new Myro.RegisterTypes();
            IRegisterType registerType = new RegisterTypes();

            //registerType.Container.RegisterApiControllers();
            //registerType.Container.EnableWebApi(GlobalConfiguration.Configuration);
            App.init(registerType);
            //TaxMigrations taxMigrations = new TaxMigrations();
            //taxMigrations.Load_Migrations()

            //MakeSymlink();
        }