♻️ Refactored email localization & template engine
This commit is contained in:
6
DysonNetwork.Shared/Templating/TemplateServiceLocator.cs
Normal file
6
DysonNetwork.Shared/Templating/TemplateServiceLocator.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DysonNetwork.Shared.Templating;
|
||||
|
||||
public static class TemplateServiceLocator
|
||||
{
|
||||
public static ITemplateService? Service { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user