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