Example #1
0
        public Rol_Result Managment_Rol(Rol _Rol, int Action)
        {
            P_Rol      dao = new P_Rol();
            Rol_Result ar  = dao.Managment_Rol(_Rol, Action);

            return(ar);
        }
Example #2
0
        public List <Rol> list_rol()
        {
            List <Rol> listEntidad = null;
            P_Rol      dao         = new P_Rol();

            listEntidad = dao.list_rol();
            return(listEntidad);
        }