JonPSmith / SampleMvcWebApp

A Sample MVC5 web application showing the use of GenericServices for CRUD operations
MIT License
74 stars 121 forks source link

Removed individual accounts from SampleMvcWebApp #3

Closed JonPSmith closed 9 years ago

JonPSmith commented 9 years ago

Hi @riffrack,

You mentioned a few weeks ago that SampleMvcWebApp has individual account running in the App. I realised that was from a former usage of SampleMvcWebApp and isn't needed any more. I therefore removed the code and turned that feature off because it a) could confuse people and b) it created a accounts database for no reason.

riffrack commented 9 years ago

thanks b) is what happened to me

JonPSmith commented 9 years ago

Hi @riffrack,

Yep, sorry about that. GenericServices has gone through a lot of changes so this sample can be a bit cluttered. The new sample SampleMvcWebAppComplex is actually cleaner, albeit a lot more complex, because it is so recent.