Example #1
0
 public void RegisterValorNegociableItem(ValoresNegociables.ValorNegociableMayor10K valorNegociable)
 {
     ValoresNegociables.AddItem(valorNegociable);
 }
Example #2
0
 public void RegisterValorNegociable(Guid valorNegociableID)
 {
     ValoresNegociables.Add(valorNegociableID);
 }