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