8 lines
197 B
C#
8 lines
197 B
C#
using xPushService.Interfaces;
|
|
using xStringService.Models.Entities;
|
|
|
|
namespace xStringService.Interfaces.Entities
|
|
{
|
|
public interface IXStringEntityHub : IXBaseEntityHub<XString, int>
|
|
{ }
|
|
} |