C# (CSharp) CommanderDemo.Domain ContactDb - 4 examples found. These are the top rated real world C# (CSharp) examples of CommanderDemo.Domain.ContactDb extracted from open source projects. You can rate examples to help us improve the quality of examples.
We keep our models and database as internal because *everything* is only ever exposed via the command view models. We're also going to tell EntityFramework to use our MigrationsConfig which configures AutomaticMigrations to keep our db schema in sync with our model changes automatically on app startup.