mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Use BaseViewModel in admin.
This commit is contained in:
@@ -32,9 +32,8 @@ using System.ComponentModel;
|
||||
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class ProcessorsByMachineViewModel
|
||||
public class ProcessorsByMachineViewModel : BaseViewModel<long>
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string Processor { get; set; }
|
||||
public string Machine { get; set; }
|
||||
[DisplayName("Speed (MHz)")]
|
||||
|
||||
Reference in New Issue
Block a user