8 lines
196 B
C#
8 lines
196 B
C#
using xDataService.Interfaces;
|
|
using xStringService.Models.Entities;
|
|
|
|
namespace xStringService.Interfaces.Entities
|
|
{
|
|
public interface IXStringEvents : IXBaseRepositoryEvents<XString>
|
|
{ }
|
|
} |