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,7 +3,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Marechai.ViewModels
|
||||
{
|
||||
public class ProcessorViewModel
|
||||
public class ProcessorViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string CompanyName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user