Ejemplo n.º 1
0
 public static string GetBaseInfoByBarCode(string barCode, string accessToKen)
 {
     if (Instrument == null)
     {
         Instrument     = new InstrumentWCFServices();
         Instrument.Url = ToolsLib.Utility.WebUtils.GetSettingsValue("InstrumentUrl");
     }
     return(Instrument.GetBaseInfoByBarCode(barCode, accessToKen));
 }
Ejemplo n.º 2
0
 static InstrumentProvider()
 {
     Instrument     = new InstrumentWCFServices();
     Instrument.Url = ToolsLib.Utility.WebUtils.GetSettingsValue("InstrumentUrl");
 }