Exemple #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="Customers"/> class.
        /// </summary>
        public Customers()
        {
            var orderInfo = new OrderInfoRepository();

            this.AddRange(orderInfo.Customers);
        }