Try to parse Php Serialized object.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using LaDOSE.Entity;
|
||||
using System.Collections.Generic;
|
||||
using LaDOSE.Entity;
|
||||
using LaDOSE.Entity.Wordpress;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IEventService : IBaseService<Event>
|
||||
{
|
||||
bool CreateChallonge(int eventId, int wpEventId);
|
||||
List<WPUser> GetBooking(int eventId, int wpEventId, Game game);
|
||||
}
|
||||
}
|
||||
7
LaDOSE.Src/LaDOSE.Service/Interface/IUtilService.cs
Normal file
7
LaDOSE.Src/LaDOSE.Service/Interface/IUtilService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IUtilService
|
||||
{
|
||||
bool UpdateBooking();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user