WebApi + ClientApp, GraphQL, Reflection
This commit is contained in:
6
Events-WebApi/Events.WebAPI.Contract/DTOs/IHasIdAsPK.cs
Normal file
6
Events-WebApi/Events.WebAPI.Contract/DTOs/IHasIdAsPK.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Events.WebAPI.Contract.DTOs;
|
||||
|
||||
public interface IHasIdAsPK<T> where T : IEquatable<T>
|
||||
{
|
||||
T Id { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user