Preparing xPushService ...
This commit is contained in:
@@ -21,15 +21,16 @@ namespace xPushService.Interfaces
|
||||
/// </summary>
|
||||
/// <typeparam name="TEntity"></typeparam>
|
||||
/// <typeparam name="TKey"></typeparam>
|
||||
public interface IXBaseEntityProviderr<TEntity, TKey>
|
||||
public interface IXBaseEntityProviderr<TEntity, TKey, THub>
|
||||
where TEntity : XBaseEntity<TKey>
|
||||
where THub : XBaseEntityHub<TEntity, TKey>
|
||||
{
|
||||
//
|
||||
#region Props ...
|
||||
IHubContext<THub> Hub { get; }
|
||||
IXIdentityProvider IdentityProvider { get; }
|
||||
IXBaseRepository<TEntity, TKey> Repository { get; }
|
||||
XDataServiceConfiguration DataConfiguration { get; }
|
||||
IHubContext<XBaseEntityHub<TEntity, TKey>> Hub { get; }
|
||||
#endregion
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user