8 lines
188 B
C#
8 lines
188 B
C#
using xDataService.Interfaces;
|
|
using xFileService.Models.Entities;
|
|
|
|
namespace xFileService.Interfaces.Entities
|
|
{
|
|
public interface IXFileEvents : IXBaseRepositoryEvents<XFile>
|
|
{ }
|
|
} |