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:
@@ -34,12 +34,10 @@ using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class ProcessorViewModel
|
||||
public class ProcessorViewModel : BaseViewModel<int>
|
||||
{
|
||||
public int Id;
|
||||
|
||||
public string Name { get; set; }
|
||||
public string Company { get; set; }
|
||||
[DisplayName("Model code")]
|
||||
|
||||
Reference in New Issue
Block a user