Files
LaDOSE/LaDOSE.Src/LaDOSE.Service/Interface/ISeasonService.cs

9 lines
142 B
C#
Raw Normal View History

2018-10-12 20:52:59 +02:00
using LaDOSE.Entity;
namespace LaDOSE.Business.Interface
{
2022-03-19 22:54:55 +01:00
//public interface ISeasonService : IBaseService<Season>
//{
2018-10-12 20:52:59 +02:00
2022-03-19 22:54:55 +01:00
//}
2018-10-12 20:52:59 +02:00
}