Make it possible to gather values using scoped ItemConfiguration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IKeyed<T>
|
||||
{
|
||||
public T Id { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user