Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

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

Description

@zippy1981

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:

  • AlwaysEncryptedSample.csproj:
    • AlwaysEncryptedSample.ViewModels
  • AlwaysEncryptedSample.Models.csproj:
    • AlwaysEncryptedSample.Models (just the dbutility class)
    • AlwaysEncryptedSample.Models.Application
    • AlwaysEncryptedSample.Models.Application.Context
    • AlwaysEncryptedSample.Models.Identity
    • AlwaysEncryptedSample.Models.Identity.Context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions