namespace HotelPms.Client.Blazor.Models { public class FeeDtailRow { public string Name { get; set; } public string Value { get; set; } } }