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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user