3 lines
127 B
C#
3 lines
127 B
C#
|
|
namespace DoliMiddlewareApi.Dtos.VeriFactu;
|
||
|
|
|
||
|
|
public record ProxyResponse(int StatusCode, string? Content, string? ContentType);
|