Initial Commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
namespace SportsDivision.Application.DTOs;
|
||||
public class PlacementPointConfigDto { public int PlacementPointConfigId { get; set; } public int Placement { get; set; } public int Points { get; set; } }
|
||||
Reference in New Issue
Block a user