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