コード例 #1
0
 public PermisoEntity GetDeepPermiso(int?IdRol, int?IdModule)
 {
     return(Permiso.GetOneDeep(IdRol, IdModule));
 }