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