Rebrand main project.

This commit is contained in:
2020-02-10 02:26:45 +00:00
parent 6e1ba53f3b
commit 973604d6c5
611 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
namespace Marechai.Areas.Admin.Models
{
public class InstructionSetExtensionsByProcessorViewModel : BaseViewModel<int>
{
public string Extension;
public string Processor;
}
}