using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace school { internal class dataConstant { public static List Discount = new List() { "Без учета скидки", "от 0 до 5%", "от 5% до 15%", "от 15% до 30%", "от 30% до 70%", "от 70% до 100%" }; } }