9 lines
142 B
C#
9 lines
142 B
C#
|
|
using LaDOSE.Entity;
|
|||
|
|
|
|||
|
|
namespace LaDOSE.Business.Interface
|
|||
|
|
{
|
|||
|
|
public interface IEventService : IBaseService<Event>
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|