示例#1
0
 public long AddNewAppointment(Appointment appointment)
 {
     return(sqlite.AddAppointment(appointment));
 }