Beispiel #1
0
 public bool UpdateRegistration(string add, decimal sal, int regid)
 {
     return(dal.UpdateRegistration(add, sal, regid));
 }