Files
xCategoryService/Providers/Entities/XSubCategoryRepositoryEvents.cs

9 lines
287 B
C#

using xCategoryService.Interfaces.Entities;
using xCategoryService.Models.Entities;
using xDataService.Providers;
namespace xCategoryService.Providers.Entities
{
public class XSubCategoryRepositoryEvents : XBaseRepositoryEvents<XSubCategory>, IXSubCategoryRepositoryEvents
{ }
}