Exemplo n.º 1
0
        private List <RoleNodeComponentProfileList> GetData()
        {
            OperationResult objOperationResult          = new OperationResult();
            List <RoleNodeComponentProfileList> objData = _nodeBL.GetRoleNodeComponentProfileForGridView(ref objOperationResult, NodeId, RoleId);

            if (objOperationResult.Success != 1)
            {
                Alert.ShowInTop("Error en operación:" + System.Environment.NewLine + objOperationResult.ExceptionMessage);
            }

            return(objData);
        }