mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
implement metaservice v2
This commit is contained in:
7
SharedLibraryCore/Interfaces/ILookupValue.cs
Normal file
7
SharedLibraryCore/Interfaces/ILookupValue.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace SharedLibraryCore.Interfaces;
|
||||
|
||||
public interface ILookupValue<TObject>
|
||||
{
|
||||
int Id { get; }
|
||||
TObject Value { get; }
|
||||
}
|
Reference in New Issue
Block a user