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