Files
xWebinarService/Providers/Entities/XWebinarSubscriberRepositoryEvents.cs

9 lines
302 B
C#

using xDataService.Providers;
using xWebinarService.Interfaces.Entities;
using xWebinarService.Models.Entities;
namespace xWebinarService.Providers.Entities
{
public class XWebinarSubscriberRepositoryEvents : XBaseRepositoryEvents<XWebinarSubscriber>, IXWebinarSubscriberRepositoryEvents
{ }
}