Major update
This commit is contained in:
11
seasons/Entities/Season.cs
Normal file
11
seasons/Entities/Season.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Seasons.Entities
|
||||
{
|
||||
public partial class Season
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public string? Active { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user