コード例 #1
0
        public static void execAddLavoroRoleMethod(string idProfile, string tipoProto, string idRegistro, DocsPaVO.utente.InfoUtente infoUtente, DocsPaVO.fascicolazione.Fascicolo fasc)
        {
            DocsPaDB.Query_DocsPAWS.Documenti doc = new DocsPaDB.Query_DocsPAWS.Documenti();
            if (!doc.ExeAddLavoroRole(idProfile, tipoProto, idRegistro, infoUtente, fasc))
            {
                logger.Debug("Errore nella gestione dell'area lavoro ruolo (execAddLavoroRoleMethod)");

                throw new Exception();
            }
        }