Exemplo n.º 1
0
 public void EditInstallmentType(InstallmentType pInstallmentType)
 {
     _installmentTypeManager.EditInstallmentType(pInstallmentType);
 }
Exemplo n.º 2
0
 public void EditInstallmentType(InstallmentType pInstallmentType)
 {
     CheckExistingInstallmentType(pInstallmentType, editMode: true);
     _installmentTypeManager.EditInstallmentType(pInstallmentType);
 }