Ejemplo n.º 1
0
 // Access the required database
 public static GatewayBase GetGateway(string database)
 {
     return(GatewayManager.GetGateway(database));
 }