Rename InvokeReferencesDto to InvokeReferences project-wide
Replaced all usages of InvokeReferencesDto with InvokeReferences across controllers, commands, and DTOs. This change standardizes the reference type naming by removing the "Dto" suffix, with no changes to the structure or behavior.
This commit is contained in:
@@ -11,5 +11,5 @@ public record UpdateResultDto
|
||||
public short? Info { get; set; }
|
||||
public string? InfoDetail { get; set; }
|
||||
public string? Error { get; set; }
|
||||
public InvokeReferencesDto? References { get; set; }
|
||||
public InvokeReferences? References { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user