SharedResources to reside at the project root.

Namespace was changed from Oqtane to Oqtane.Client
This commit is contained in:
Leigh
2021-06-15 07:09:22 +02:00
parent e99d62d5c7
commit f2b3d6bc5f
3 changed files with 17 additions and 7 deletions

View File

@ -0,0 +1,13 @@
namespace Oqtane.Client
{
/// <summary>
/// Dummy class used to collect shared resource strings for this application
/// </summary>
/// <remarks>
/// This class is mostly used with IStringLocalizer and IHtmlLocalizer interfaces.
/// The class must reside at the project root.
/// </remarks>
public class SharedResources
{
}
}