Closed peterbryntesson closed 4 years ago
Hey @peterbryntesson, thanks for the contribution!
All code files in this repo must have a standard header. For .cs
files, this is:
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
Can you add this and re-commit?
Added copyright/license notice in all the files.
This is the first attempt at writing a data store for Entity Framework Code. Here we have intentionally left the data model as is - that is we don't have a secondary normalized data model that we store. This is up for discussion. This is the implementation if #78 .