Ejemplo n.º 1
0
 public void createMovement(int protocolID, int billingAmount)
 {
     accessDataLayer.createMovement(protocolID, billingAmount);
 }