public static WhProductShelvingInspectionManager GetInstance()
 {
     if (_instance == null)
       {
       _instance = new WhProductShelvingInspectionManager();
       }
       return _instance;
 }
Beispiel #2
0
 public static WhProductShelvingInspectionManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new WhProductShelvingInspectionManager();
     }
     return(_instance);
 }