9 lines
230 B
C#
9 lines
230 B
C#
using xDataService.Events;
|
|
using xFileService.Interfaces.Entities;
|
|
using xFileService.Models.Entities;
|
|
|
|
namespace xFileService.DataHelper.Events
|
|
{
|
|
public class XFileEvents : XBaseRepositoryEvents<XFile>, IXFileEvents
|
|
{ }
|
|
} |