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