示例#1
0
 public TestController(ICassandraDbConnectionProvider cassandraDbConnectionProvider,
                       ICassandraQueryProvider cassandraQueryProvider,
                       IAuthenticationService authenticationService)
 {
     _cassandraDbConnectionProvider = cassandraDbConnectionProvider;
     _cassandraQueryProvider        = cassandraQueryProvider;
     _authenticationService         = authenticationService;
 }
示例#2
0
 public PromotionDbService(ICassandraQueryProvider cassandraQueryProvider,
                           ICassandraDbConnectionProvider cassandraDbConnectionProvider)
 {
     _cassandraQueryProvider        = cassandraQueryProvider;
     _cassandraDbConnectionProvider = cassandraDbConnectionProvider;
 }
示例#3
0
 public AuthenticationService(ICassandraQueryProvider cassandraQueryProvider,
                              ICassandraDbConnectionProvider cassandraDbConnectionProvider)
 {
     _cassandraQueryProvider        = cassandraQueryProvider;
     _cassandraDbConnectionProvider = cassandraDbConnectionProvider;
 }