feat(secrets): scaffold ZB.MOM.WW.Secrets solution + 4 projects

This commit is contained in:
Joseph Doherty
2026-07-15 16:24:38 -04:00
parent 7ab1c86178
commit 824facab39
15 changed files with 267 additions and 0 deletions
@@ -0,0 +1,7 @@
namespace ZB.MOM.WW.Secrets.Tests;
public class PlaceholderTests
{
[Fact]
public void Builds() => Assert.True(true);
}