last works on XString Service for Entities and Dtos ...
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using xPushService.Base;
|
||||
using xStringService.Interfaces.Dtos;
|
||||
using xStringService.Models.Dtos;
|
||||
using xStringService.Models.Entities;
|
||||
|
||||
namespace xStringService.Providers.Dtos
|
||||
{
|
||||
public class XStringDtoHub : XBaseDtoHub<XString, XStringDto, int>, IXStringDtoHub
|
||||
{
|
||||
public XStringDtoHub(
|
||||
ILogger<XStringDtoHub> logger
|
||||
) : base(logger)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user