コード例 #1
0
 public bool Delete(object IdParametro)
 {
     return(PnParametro.Delete(IdParametro) == 1);
 }