Files
oqtane.framework/Oqtane.Client/TimeZoneResources.cs
2025-07-23 14:52:18 -04:00

15 lines
362 B
C#

namespace Oqtane
{
/// <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 TimeZoneResources
{
}
}