static void Main(string[] args) { var shop = new BuyingClothes(); shop.PurchaceClothes(); GeneralStaticClass.ExitApp(); }
public ActionMenu(BuyingClothes buyingClothes) { BuyingClothes = buyingClothes; }