Exemplo n.º 1
0
 public static RoleInfo GetRoleInfoByRoleId(int roleId)
 {
     return(dal.GetRoleInfoById(roleId));
 }