コード例 #1
0
 public int DeletePermiso(String BaseRemoteIp, int BaseIdUser, int?IdRol)
 {
     return(Permiso.Delete(IdRol));
 }