コード例 #1
0
 public PermisoEntity GetPermiso(int?IdRol)
 {
     return(Permiso.GetOne(IdRol));
 }