Add project
This commit is contained in:
8
Common/Dtos/Season/CreateSeasonRequest.cs
Normal file
8
Common/Dtos/Season/CreateSeasonRequest.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Common.Dtos.Season;
|
||||
|
||||
public class CreateSeasonRequest
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public DateOnly StartDate { get; set; }
|
||||
public DateOnly EndDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user