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