last ...
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using xCategoryService.Models.Entities;
|
||||
using xDataService.Interfaces;
|
||||
|
||||
namespace xCategoryService.Interfaces.Entities
|
||||
{
|
||||
public interface IXCategoryRepositoryEvents : IXBaseRepositoryEvents<XCategory>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user