Files
LaDOSE/LaDOSE.Src/LaDOSE.Service/Interface/ISeasonService.cs
2022-03-19 23:05:19 +01:00

9 lines
142 B
C#

using LaDOSE.Entity;
namespace LaDOSE.Business.Interface
{
//public interface ISeasonService : IBaseService<Season>
//{
//}
}