using Common.Dtos.Common; namespace Common.Dtos.Season; public class CreateSeasonResponse : BaseResponse { public string? CreateSeasonResult { get; set; } }