Example #1
0
 void ICreditingFormService.Edit(Crediting_Form form)
 {
     repo.Edit(form);
     repo.Save();
 }