Beispiel #1
0
 public int AddRegistration(RegistrationViewModel add)
 {
     return(data.AddRegistration(add));
 }