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