Files
LaDOSE/LaDOSE.Src/LaDOSE.Service/Interface/IEventService.cs
Darkstack 9a9d4c7053 Generic Service
JSON Reference loop
Events
2018-10-07 03:03:38 +02:00

9 lines
142 B
C#

using LaDOSE.Entity;
namespace LaDOSE.Business.Interface
{
public interface IEventService : IBaseService<Event>
{
}
}