Example #1
0
 public static WareInport GetInstance()
 {
     return _inport ?? (_inport = new WareInport());
 }
Example #2
0
 public static WareInport GetInstance()
 {
     return(_inport ?? (_inport = new WareInport()));
 }