示例#1
0
 public bool Delete(object IdVacunas)
 {
     return(PnVacuna.Delete(IdVacunas) == 1);
 }