mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-28 23:01:23 +03:00
nice refactorings
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace PracticeCalendar.Application.PracticeEvents.Queries
|
||||
{
|
||||
public class AttendeeDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string EmailAddress { get; set; } = string.Empty;
|
||||
public bool IsAttending { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user