nikolagsiderov / APPartment

Home Management System, which is .NET-based. Blazor & MVC as web clients, consuming from a Web API. Services operating with a custom ORM framework, retrieving data from a SQL Server database.
3 stars 2 forks source link

Introduce Neighbors view #359

Closed nikolagsiderov closed 3 years ago

nikolagsiderov commented 3 years ago

The technical part here is entirely the same as in #306 The only differences are you should use HomeDisplayViewModel, HomePostViewModel and Neighbors as a context word for creating your controller, breadcrumb and etc.

Follow the work flow from #306 analogically here.

nikolagsiderov commented 3 years ago

Nice job. No problems for you.