CreateProfileService

This commit is contained in:
CWX
2025-01-26 16:55:19 +00:00
parent 8ae0759931
commit 75b656bf87
2 changed files with 17 additions and 15 deletions
@@ -5,9 +5,9 @@ namespace Core.Services;
[Injectable(InjectionType.Singleton)]
public class InMemoryCacheService(
ICloner _cloner)
ICloner _cloner
)
{
protected Dictionary<string, object?> _cacheData = new();
// Store data into an in-memory object