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:
@@ -2,9 +2,8 @@
|
||||
|
||||
namespace Marechai.ViewModels
|
||||
{
|
||||
public class GpuViewModel
|
||||
public class GpuViewModel : BaseViewModel<int>
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int? CompanyId { get; set; }
|
||||
public string Company { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user