public static SLService GetService(string urlSl = @"https://hanab1s03:50000/b1s/v1/") { if (_service == null) { _service = new SLService(urlSl); } return(_service); }
public SLInterface(string urlSl = @"https://hanab1s03:50000/b1s/v1/") { service = SLService.GetService(urlSl); }