MVVM: Where to put the database CRUD? -
should model save/delete database or should logic in viewmodel? i'm starting mvvm unsure.
i use repository pattern crud operations. create folder named repositories , put repositories in it. can call them in viewmodel.
Comments
Post a Comment