Web-store in MVC5. Made as a school project.
//TODO
Convert "Model/UserModifyUser" to a ViewModel-class "Models/User" which purely interacts with the view-info and passes it on.
Move all methods explicitly defined in BLL to DAL.
Divide StoreContext into separate UserDAL, SalesItemDAL, and so on.