using LaDOSE.Entity; namespace LaDOSE.Business.Interface { public interface ISeasonService : IBaseService { } }