12 lines
201 B
C#
12 lines
201 B
C#
using System.Collections.Generic;
|
|
using LaDOSE.Entity;
|
|
using LaDOSE.Entity.Wordpress;
|
|
|
|
namespace LaDOSE.Business.Interface
|
|
{
|
|
public interface IEventService : IBaseService<Event>
|
|
{
|
|
|
|
|
|
}
|
|
} |