예제 #1
0
 public GlobalInformation()
 {
     _bsCommon = new BusinessLogic.Common.Common();
 }
예제 #2
0
 public GlobalInformation(string logUrl)
 {
     this.logUrl = logUrl;
     _bsCommon   = new BusinessLogic.Common.Common(logUrl);
 }