Add support of Tag and File Provider to Webinar Provider ...

required to Implement Uploading ...
This commit is contained in:
2025-12-08 17:27:52 +03:30
parent 44454e97ec
commit c9875032aa
8 changed files with 470 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
using System;
using xTagService.Interfaces;
namespace xWebinarService.Interfaces
{
public interface IXWebinarTagProvider : IXBaseTagProvider<Guid>
{ }
}