using System; using System.Collections.Generic; namespace MySystem { public class PerformanceForList { public int Id { get; set; } public string Name { get; set; } public decimal Amount { get; set; } public int Count { get; set; } } }