10 lines
257 B
C#
10 lines
257 B
C#
namespace ZB.MOM.WW.Secrets;
|
|
|
|
/// <summary>
|
|
/// Internal marker giving the assembly a compilable input while the store and
|
|
/// resolver are scaffolded. Replace with real implementation as it is added.
|
|
/// </summary>
|
|
internal static class AssemblyMarker
|
|
{
|
|
}
|