-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Game plan:
- Implement BaseDisplayViewModel class
- 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.
Reactions are currently unavailable