Beispiel #1
0
 public int EditRegistration(RegistrationViewModel edit)
 {
     return(data.EditRegistration(edit));
 }