Ejemplo n.º 1
0
 /// <summary>
 /// Will register Dapper TypeHandlers
 /// </summary>
 public static void RegisterDapperTypeHandlers()
 {
     TypeHandlerRegistration.RegisterTypeHandlers();
 }
Ejemplo n.º 2
0
 static SqlBuilderExtensions()
 {
     TypeHandlerRegistration.RegisterTypeHandlers();
 }