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.