8 lines
113 B
C#
8 lines
113 B
C#
namespace AICore.Context.Entry
|
|
{
|
|
public abstract class NavigationContextEntry<T> : BaseContextEntry
|
|
{
|
|
|
|
}
|
|
}
|