mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
8 lines
202 B
C#
8 lines
202 B
C#
namespace Marechai.Areas.Admin.Models
|
|
{
|
|
public class InstructionSetExtensionsByProcessorViewModel : BaseViewModel<int>
|
|
{
|
|
public string Extension;
|
|
public string Processor;
|
|
}
|
|
} |