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:
@@ -36,10 +36,9 @@ using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class GpuViewModel
|
||||
public class GpuViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Company;
|
||||
public int Id;
|
||||
[DisplayFormat(DataFormatString = "{0:d}")]
|
||||
[DataType(DataType.Date)]
|
||||
public DateTime? Introduced;
|
||||
|
||||
Reference in New Issue
Block a user