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:
7
Marechai/Areas/Admin/Models/BaseViewModel.cs
Normal file
7
Marechai/Areas/Admin/Models/BaseViewModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Marechai.Areas.Admin.Models
|
||||
{
|
||||
public class BaseViewModel<TKey>
|
||||
{
|
||||
public TKey Id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user