示例#1
0
 public void DeleteProgramacioncita(int id)
 {
     ProgramacioncitaDao.Delete(id);
 }