REST to a .Net Standard Library
Test REST in discord bot and WPF Small improvements
This commit is contained in:
@@ -6,6 +6,7 @@ namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IWordPressService
|
||||
{
|
||||
WPEvent GetNextWpEvent();
|
||||
List<WPEvent> GetWpEvent();
|
||||
List<WPUser> GetBooking(int wpEventId, Game game);
|
||||
List<WPUser> GetBookingOptions(int wpEventId, Game game);
|
||||
|
||||
Reference in New Issue
Block a user