コード例 #1
0
 public bool Destroy(object IdServicio)
 {
     return(PnServicio.Destroy(IdServicio) == 1);
 }