Initial import
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace MinAttest.Contracts.Attests;
|
||||
|
||||
public record EmployerAttestUploadRequest(
|
||||
Guid PersonId,
|
||||
string Title,
|
||||
DateOnly From,
|
||||
DateOnly To,
|
||||
string? Summary,
|
||||
string BlobPath,
|
||||
string? BlobHash,
|
||||
string? ContentBase64,
|
||||
string? ContentType
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user