Last Works on Webinar ...
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using xCommons.Configurations;
|
||||
using xStringService.Base;
|
||||
using xStringService.Interfaces;
|
||||
using xWebinarService.Interfaces;
|
||||
|
||||
namespace xWebinarService.Providers
|
||||
{
|
||||
/// <summary>
|
||||
/// a Servide to Provides Requirements for XWebinar Title Resources ...
|
||||
/// </summary>
|
||||
public class XWebinarTitleResourceProvider : XBaseStringResourceProvider, IXWebinarTitleResourceProvider
|
||||
{
|
||||
public XWebinarTitleResourceProvider(
|
||||
IXStringProvider provider,
|
||||
XAppConfiguration appConfiguration
|
||||
) : base(
|
||||
"XWEWBT",
|
||||
provider,
|
||||
appConfiguration
|
||||
)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user