Beispiel #1
0
 public Boolean Add_Patreports(int patid, string test_name, string description)
 {
     return(admndal.Add_Patreports(patid, test_name, description));
 }