示例#1
0
 public int SaveProgramacioncita(Programacioncita entity)
 {
     return(ProgramacioncitaDao.Save(entity));
 }