Commit Debut de rework
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface ISeasonService : IBaseService<Season>
|
||||
{
|
||||
//public interface ISeasonService : IBaseService<Season>
|
||||
//{
|
||||
|
||||
}
|
||||
//}
|
||||
}
|
||||
@@ -12,5 +12,6 @@ namespace LaDOSE.Business.Interface
|
||||
|
||||
Task<TournamentsResult> GetTournamentsResult(List<int> ids);
|
||||
Task<TournamentsResult> GetSmashResult(string tournamentSlug);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user