начало задачи о зависимостях

This commit is contained in:
2025-02-05 09:55:06 +03:00
parent ad2ef8e4b7
commit fd1eda2661
26 changed files with 109 additions and 135 deletions
@@ -48,4 +48,9 @@ public class StreamBasedInteractionModule : IInteractionModule
_streams.Remove(client.id);
}
}
public void Inject<T>(T dependency)
{
throw new NotImplementedException();
}
}