First Commit 09/10
# Conflicts: # PyroFetes/PyroFetes.csproj
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace PyroFetes.DTO.HistoryOfApproval.Response;
|
||||
|
||||
public class GetHistoryOfApprovalDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public DateOnly DeliveryDate { get; set; }
|
||||
public DateOnly ExpirationDate { get; set; }
|
||||
}
|
Reference in New Issue
Block a user