Пример #1
0
 public static PromotionManager GetInstance()
 {
     if (_instance == null)
       {
       _instance = new PromotionManager();
       }
       return _instance;
 }