using LaDOSE.Entity; namespace LaDOSE.Business.Interface { public interface IEventService : IBaseService { bool CreateChallonge(int dto); } }