Remove T from Injectable module

This commit is contained in:
2025-07-10 17:45:19 +03:00
parent f3756e38bd
commit 1765358071
22 changed files with 22 additions and 22 deletions
@@ -17,7 +17,7 @@ namespace mROA.Implementation.Frontend
private IContextualSerializationToolKit? _serializationToolkit;
private IEndPointContext _context;
public void Inject<T>(T dependency)
public void Inject(object dependency)
{
switch (dependency)
{