public TransformToMaximoBLL()
 {
     this.m_TransformToMaximoDAL = new TransformToMaximoDAL();
     try
     {
         this.m_MaximoServiceWS = new DataService();
         this.m_MaximoServiceWS.Url = ConfigurationSettings.AppSettings["MaximoServiceURL"].ToString();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Exemple #2
0
 static MaximoHelper()
 {
     _MaximoServiceWS = new DataService();
 }