Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ViewModels #92

Open
nikolagsiderov opened this issue Mar 9, 2021 · 0 comments
Open

Introduce ViewModels #92

nikolagsiderov opened this issue Mar 9, 2021 · 0 comments

Comments

@nikolagsiderov
Copy link
Owner

Game plan:

  1. Implement BaseDisplayViewModel class
  2. BaseDisplayViewModel's properties:
  • public virtual string Name { get; set; }
  • public virtual string Details { get; set; }

After all that implement CarDisplayViewModel and ServiceBookLogDisplayViewModel and make them inherit BaseDisplayViewModel and map from DbModel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Stories
Development

No branches or pull requests

1 participant