in an asp.net core project I (a) implemented a ViewModel to perform some CRUD actions and (b) implemented Repository and UnitOfWorkPatterns as follows :
View