Example #1
0
 /// <summary>
 ///     The register.
 /// </summary>
 /// <param name="typeRegistrarService">
 ///     The type registrar service.
 /// </param>
 public void Register(ITypeRegistrarService typeRegistrarService)
 {
     typeRegistrarService.RegisterTypeSingleton <IApiHeaderParameterMap, ApiHeaderParameterMappings>();
     typeRegistrarService.RegisterTypeSingleton <IApiDocConfig, ApiDocConfig>();
 }
Example #2
0
 /// <summary>
 ///     The register.
 /// </summary>
 /// <param name="typeRegistrarService">
 ///     The type registrar service.
 /// </param>
 public void Register(ITypeRegistrarService typeRegistrarService)
 {
     typeRegistrarService.RegisterTypeSingleton <IDbConnectionFactoryCustom <CardValidationContext>, DbConnectionFactoryTest <CardValidationContext> >();
     typeRegistrarService.RegisterTypeSingleton <IDbConnectionFactoryCustom <CardValidationReadContext>, DbConnectionFactoryTest <CardValidationReadContext> >();
 }
Example #3
0
 public void Register(ITypeRegistrarService typeRegistrarService)
 {
     typeRegistrarService.RegisterTypeSingleton <IApplicationDependecyResolver, ApplicationDependecyResolver>();
 }
Example #4
0
 /// <summary>
 /// The register.
 /// </summary>
 /// <param name="typeRegistrarService">
 /// The type registrar service.
 /// </param>
 public void Register(ITypeRegistrarService typeRegistrarService)
 {
     // typeRegistrarService.RegisterTypeSingleton<IDbConnectionFactoryCustom<ContextBase>, DbConnectionFactoryTest<ContextBase>>();
     typeRegistrarService.RegisterTypeSingleton <ITestInfo, TestInfo>();
 }
Example #5
0
 public void Register(ITypeRegistrarService typeRegistrarService)
 {
     typeRegistrarService.RegisterTypeSingleton <IDbInitializerConfig, DefaultDbInitializerConfig>();
 }