2020-02-10 02:20:48 +00:00
|
|
|
namespace Marechai.Areas.Admin.Models
|
2019-05-19 23:37:58 +01:00
|
|
|
{
|
2019-05-27 11:47:28 +01:00
|
|
|
public class InstructionSetExtensionsByProcessorViewModel : BaseViewModel<int>
|
2019-05-19 23:37:58 +01:00
|
|
|
{
|
|
|
|
|
public string Extension;
|
|
|
|
|
public string Processor;
|
|
|
|
|
}
|
|
|
|
|
}
|