C# (CSharp) CommanderDemo.Domain Пространство имен

Классы

Имя Описание
Contact
ContactDb 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.