add Data Support ...
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using xDataService.Interfaces;
|
||||
using xFileService.Models.Entities;
|
||||
|
||||
namespace xFileService.Interfaces.Entities
|
||||
{
|
||||
public interface IXFileEvents : IXBaseRepositoryEvents<XFile>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user