Umbenennung von BaseDto in BaseDTO für eine konsistente Namensgebung.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/// </summary>
|
||||
/// <typeparam name="TId">The type of the identifier.</typeparam>
|
||||
/// <param name="Id">The identifier of the DTO.</param>
|
||||
public record BaseDto<TId>(TId Id) where TId : notnull
|
||||
public record BaseDTO<TId>(TId Id) where TId : notnull
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns the hash code for this instance, based on the identifier.
|
||||
|
||||
Reference in New Issue
Block a user