Beispiel #1
0
 public bool Update(Registrations registration)
 {
     try
     {
         RegistrationDAL registartionDAL = new RegistrationDAL();
         return(registartionDAL.Update(registration));
     }
     catch (Exception)
     {
         throw;
     }
 }
Beispiel #2
0
 public bool Update()
 {
     return(RegistrationDAL.Update(this));
 }