feat: implemetar até parte 3
This commit is contained in:
13
Dtos/WorkshopResponseDTO.cs
Normal file
13
Dtos/WorkshopResponseDTO.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
namespace CampusWorkshops.Api.Dtos;
|
||||
|
||||
public record WorkshopResponseDTO(
|
||||
Guid Id,
|
||||
string? Title,
|
||||
string? Description,
|
||||
DateTimeOffset StartAt,
|
||||
DateTimeOffset EndAt,
|
||||
string? Location,
|
||||
int Capacity,
|
||||
bool IsOnline
|
||||
);
|
||||
Reference in New Issue
Block a user