You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Interface ensures that a class that implements it, has a Property <see cref="Id" /> of type <typeparamref name="TKey" /> that can be used as a database primary/foreign/part of
/// a composite key in Entity Framework
/// </summary>
/// <typeparam name="TKey">key type, e.g. string or Guid</typeparam>