last ...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using xFileService.Models.Dtos;
|
||||
using xFileService.Models.Entities;
|
||||
using xPushService.Interfaces;
|
||||
|
||||
namespace xFileService.Interfaces.Dtos
|
||||
{
|
||||
public interface IXFileDtoHub : IXBaseDtoHub<XFile, XFileDto, Guid>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user