Example #1
0
 public CensoMappingMongoRepository(IEngineCensoContext context)
 {
     this.context = context;
 }
Example #2
0
 public MongoUserProvider(IEngineCensoContext context, IHashingAlgorithm hashingAlgorithm)
 {
     this.context          = context;
     this.hashingAlgorithm = hashingAlgorithm;
 }
Example #3
0
 public EngineCensoContextInitializer(IEngineCensoContext context, IHashingAlgorithm hashingAlgorithm)
 {
     this.context          = context;
     this.hashingAlgorithm = hashingAlgorithm;
 }