Hominis06
Results
1
issues of
Hominis06
I have declared .net function ```csharp public static class ResourceService { public static string Resource(string language, string key) { if (_generalResources.TryGetValue(language, out IReadOnlyDictionary value) && value.ContainsKey(key)) { return value[key]; }...
bug
pr welcome