mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Allow to add and remove instruction set extensions from processor details in admin view.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Marechai.ViewModels
|
||||
{
|
||||
public class InstructionSetExtensionByProcessorViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Extension { get; set; }
|
||||
public string Processor { get; set; }
|
||||
public int ProcessorId { get; set; }
|
||||
public int ExtensionId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user