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