♻️ Refactored email localization & template engine

This commit is contained in:
2026-02-05 00:34:11 +08:00
parent 9b6a62ec66
commit ace65db980
19 changed files with 1077 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace DysonNetwork.Shared.Templating;
public static class TemplateServiceLocator
{
public static ITemplateService? Service { get; set; }
}