mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
7 lines
117 B
C#
7 lines
117 B
C#
namespace Marechai.Areas.Admin.Models
|
|
{
|
|
public class BaseViewModel<TKey>
|
|
{
|
|
public TKey Id;
|
|
}
|
|
} |