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