8 lines
220 B
C#
8 lines
220 B
C#
using xDataService.Interfaces;
|
|
using xWebinarService.Models.Entities;
|
|
|
|
namespace xWebinarService.Interfaces.Entities
|
|
{
|
|
public interface IXWebinarSubscriberEvents : IXBaseRepositoryEvents<XWebinarSubscriber>
|
|
{ }
|
|
} |