Add support of Tag and File Provider to Webinar Provider ...
required to Implement Uploading ...
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using xTagService.Interfaces;
|
||||
|
||||
namespace xWebinarService.Interfaces
|
||||
{
|
||||
public interface IXWebinarTagProvider : IXBaseTagProvider<Guid>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user