示例#1
0
 public void RegisterPagoEfectivoPaymentHttpException(RegisterPaymentHttpException registerPaymentHttpException)
 {
     using (var connection = new SqlConnection(connectionString))
     {
         connection.RegisterPagoEfectivoPaymentHttpException(registerPaymentHttpException);
     }
 }
 internal static void RegisterPagoEfectivoPaymentHttpException(this IDbConnection connection, RegisterPaymentHttpException registerPaymentHttpException)
 {
     connection.Execute("RegisterPaymentHttpException", registerPaymentHttpException, commandType: CommandType.StoredProcedure);
 }