add: implementacao inicial
This commit is contained in:
14
Dtos/WorkshopResponse.cs
Normal file
14
Dtos/WorkshopResponse.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace CampusWorkshops.Api.Dtos;
|
||||
|
||||
// DTO de resposta para Workshop
|
||||
public record WorkshopResponse(
|
||||
Guid Id,
|
||||
string? Title,
|
||||
string? Description,
|
||||
DateTimeOffset StartAt,
|
||||
DateTimeOffset EndAt,
|
||||
string? Location,
|
||||
int Capacity,
|
||||
bool IsOnline
|
||||
);
|
Reference in New Issue
Block a user