ready for database
This commit is contained in:
14
Apollon.Domain/Queries/IGetAllTournamentsQuery.cs
Normal file
14
Apollon.Domain/Queries/IGetAllTournamentsQuery.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Apollon.Domain.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Apollon.Domain.Queries
|
||||
{
|
||||
public interface IGetAllTournamentsQuery
|
||||
{
|
||||
Task<IEnumerable<Tournament>> Execute();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user