kast ...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using xFileService.Models.Dtos;
|
||||
using xFileService.Models.Entities;
|
||||
using xFileService.Providers.Dtos;
|
||||
using xTagService.Interfaces;
|
||||
|
||||
namespace xFileService.Interfaces
|
||||
{
|
||||
public interface IXFileTagProvided : IXTagProvided<XFile, XFileDto, Guid, XFileDtoHub>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user