Rework the UI
Fix Score Add Kiouze CSS Rework the tournaments API
This commit is contained in:
8
LaDOSE.Src/LaDOSE.DTO/EventDTO.cs
Normal file
8
LaDOSE.Src/LaDOSE.DTO/EventDTO.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace LaDOSE.DTO
|
||||
{
|
||||
public class EventDTO
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user