Files
xCategoryService/Interfaces/Entities/IXSubCategoryRepositoryEvents.cs

8 lines
220 B
C#

using xCategoryService.Models.Entities;
using xDataService.Interfaces;
namespace xCategoryService.Interfaces.Entities
{
public interface IXSubCategoryRepositoryEvents : IXBaseRepositoryEvents<XSubCategory>
{ }
}