aspnetcore/src/MvcMusicStore/Models
ajcvickers d1ac4298c2 Drown your issues in Kool Aid (Updating K Music Store app to use EF/E API surface)
This updates the K version of Music Store to use the updated Entity Framework API surface from the data repro. The changes made previously to the models and controllers in the full .NET version are also included here to bring both versions into line. The code is still non-functional as it was before.
2014-02-13 08:49:26 -08:00
..
AccountViewModels.cs Initial commit. 2014-01-28 02:27:26 -08:00
Album.cs Initial commit. 2014-01-28 02:27:26 -08:00
Artist.cs Drown your issues in Kool Aid (Updating K Music Store app to use EF/E API surface) 2014-02-13 08:49:26 -08:00
Cart.cs Initial commit. 2014-01-28 02:27:26 -08:00
Genre.cs Drown your issues in Kool Aid (Updating K Music Store app to use EF/E API surface) 2014-02-13 08:49:26 -08:00
IdentityModels.cs Initial commit. 2014-01-28 02:27:26 -08:00
MusicStoreEntities.cs Everything but the kitchen async... (Updates to how Music Store controllers use data) 2014-01-28 16:16:02 -08:00
Order.cs Everything but the kitchen async... (Updates to how Music Store controllers use data) 2014-01-28 16:16:02 -08:00
OrderDetail.cs Initial commit. 2014-01-28 02:27:26 -08:00
SampleData.cs Everything but the kitchen async... (Updates to how Music Store controllers use data) 2014-01-28 16:16:02 -08:00
ShoppingCart.cs Drown your issues in Kool Aid (Updating K Music Store app to use EF/E API surface) 2014-02-13 08:49:26 -08:00