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