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:
@@ -1,9 +1,8 @@
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class InstructionSetExtensionsByProcessorViewModel
|
||||
public class InstructionSetExtensionsByProcessorViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Extension;
|
||||
public int Id;
|
||||
public string Processor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user