Exemple #1
0
        public YellowstonePathology.YpiConnect.Contract.Identity.WebServiceAccount GetWebServiceAccount(string userName, string password)
        {
            YellowstonePathology.YpiConnect.Service.Log.ClientServicesLogService clientServicesLog = new Log.ClientServicesLogService();
            clientServicesLog.LogEvent(1055, userName);

            YellowstonePathology.YpiConnect.Service.Identity.WebServiceAccountGateway webServiceAccountGateway = new WebServiceAccountGateway();
            YellowstonePathology.YpiConnect.Contract.Identity.WebServiceAccount       webServiceAccount        = webServiceAccountGateway.GetAccount(userName, password);

            return(webServiceAccount);
        }
        public YellowstonePathology.YpiConnect.Contract.Identity.WebServiceAccount GetWebServiceAccount(string userName, string password)
        {
            YellowstonePathology.YpiConnect.Service.Log.ClientServicesLogService clientServicesLog = new Log.ClientServicesLogService();
            clientServicesLog.LogEvent(1055, userName);

            YellowstonePathology.YpiConnect.Service.Identity.WebServiceAccountGateway webServiceAccountGateway = new WebServiceAccountGateway();
            YellowstonePathology.YpiConnect.Contract.Identity.WebServiceAccount webServiceAccount = webServiceAccountGateway.GetAccount(userName, password);

            return webServiceAccount;
        }