mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add base view model.
This commit is contained in:
@@ -3,9 +3,8 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Marechai.ViewModels
|
||||
{
|
||||
public class MachineViewModel
|
||||
public class MachineViewModel : BaseViewModel<int>
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Model { get; set; }
|
||||
public string CompanyName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user