Generic Service
JSON Reference loop Events
This commit is contained in:
9
LaDOSE.Src/LaDOSE.Service/Interface/IEventService.cs
Normal file
9
LaDOSE.Src/LaDOSE.Service/Interface/IEventService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using LaDOSE.Entity;
|
||||
|
||||
namespace LaDOSE.Business.Interface
|
||||
{
|
||||
public interface IEventService : IBaseService<Event>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user