Example #1
0
        /// <summary>
        ///
        /// </summary>
        /// <returns></returns>
        private DocsPaWR.InfoDocumento GetDocumentoSelezionato()
        {
            if (!string.IsNullOrEmpty(this.IdProfile) &&
                !string.IsNullOrEmpty(this.DocNumber))
            {
                DocsPaWR.DocsPaWebService ws = new DocsPAWA.DocsPaWR.DocsPaWebService();

                return(ws.GetInfoDocumento(UserManager.getInfoUtente(), this.IdProfile, this.DocNumber));
            }
            else
            {
                return(null);
            }
        }