4 lines
74 B
C#
4 lines
74 B
C#
|
|
namespace IdentityShroud.Api.Apis;
|
||
|
|
|
||
|
|
public record ErrorDto(string Error);
|