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