8 lines
161 B
C#
8 lines
161 B
C#
using System;
|
|
using xTagService.Interfaces;
|
|
|
|
namespace xWebinarService.Interfaces
|
|
{
|
|
public interface IXWebinarTagProvider : IXBaseTagProvider<Guid>
|
|
{ }
|
|
} |