blob: fa3abeffa8589795765f9a3115ef12ae07d523e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
namespace ModerationClient.Services;
public class ClientContainer {
public ClientContainer(MatrixAuthenticationService authService, CommandLineConfiguration cfg)
{
}
}
|