namespace unesCsv.model
{
public class FeeData
public string Name { get; set; }
public string Amount { get; set; }
}