Preparing xPushService ...
This commit is contained in:
@@ -15,15 +15,16 @@ using xPushService.Base;
|
||||
|
||||
namespace xPushService.Interfaces
|
||||
{
|
||||
public interface IXBaseDtoProvider<TEntity, TDto, TKey>
|
||||
public interface IXBaseDtoProvider<TEntity, TDto, TKey, THub>
|
||||
where TEntity : XBaseEntity<TKey>
|
||||
where TDto : XBaseEntityDto<TKey>
|
||||
where THub : XBaseDtoHub<TEntity, TDto, TKey>
|
||||
{
|
||||
//
|
||||
#region Props ...
|
||||
IHubContext<THub> Hub { get; }
|
||||
IXIdentityProvider IdentityProvider { get; }
|
||||
XDataServiceConfiguration DataConfiguration { get; }
|
||||
IHubContext<XBaseDtoHub<TEntity, TDto, TKey>> Hub { get; }
|
||||
IXBaseRepositoryService<TEntity, TDto, TKey> Service { get; }
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user