Пример #1
0
        static void Main(string[] args)
        {
            ProductManager productManager = new ProductManager(ForControlLogger.GetInstance());

            productManager.Save();

            Console.ReadLine();
        }
Пример #2
0
 public void MakeTest()
 {
     ProductManager productManager = new ProductManager(ForControlLogger.GetInstance());
 }