8 lines
205 B
C#
8 lines
205 B
C#
using xCategoryService.Models.Entities;
|
|
using xPushService.Interfaces;
|
|
|
|
namespace xCategoryService.Interfaces.Entities
|
|
{
|
|
public interface IXCategoryEntityHub : IXBaseEntityHub<XCategory, int>
|
|
{ }
|
|
} |