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
+1 -1
View File
@@ -115,7 +115,7 @@ namespace mROA.Cbor
return Convert.ChangeType(nonCasted, type);
}
public void Inject<T>(T dependency)
public void Inject(object dependency)
{
}