Add support of Tag and File Provider to Webinar Provider ...
required to Implement Uploading ...
This commit is contained in:
@@ -19,6 +19,8 @@ namespace xWebinarService.Interfaces
|
||||
IHubContext<XWebinarEntityHub> Hub { get; }
|
||||
IXIdentityProvider IdentityProvider { get; }
|
||||
IXWebinarRepository WebinarRepository { get; }
|
||||
IXWebinarTagProvider WebinarTagProvider { get; }
|
||||
IXWebinarFileProvider WebinarFileProvider { get; }
|
||||
XDataServiceConfiguration DataSercviceConfiguration { get; }
|
||||
IXWebinarTitleResourceProvider TitleResourceProvider { get; }
|
||||
IXWebinarSubscriberRepository WebinarSubscriberRepository { get; }
|
||||
|
||||
Reference in New Issue
Block a user