mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Rebrand main project.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Marechai.Areas.Admin.Models
|
||||
{
|
||||
public class InstructionSetExtensionsByProcessorViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Extension;
|
||||
public string Processor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user