using System; using System.Collections.Generic; namespace MySystem { public class RoyaltyParameters { public string Account { get; set; } public string Name { get; set; } public string Amount { get; set; } } }