dataplat / AlwaysEncryptedSample

Sample ASP.NET MVC Application for demonstrating Microsoft SQL Server Always Encrypted Functionality
Other
14 stars 7 forks source link

Return ViewModels tothe main project and clean up the Models solution #29

Open zippy1981 opened 5 years ago

zippy1981 commented 5 years ago

I need to clean up a mess I made in #1.

Some of the Models in the Models assembly aren't EF6 models, they are MVC ViewModels. They don't belong there and need to be put back.

Additionally, I need to create separate folders for the Identity Stuff, and separate folders for contexts and models.

Namespaces as follows: