namespace EasyBL{ public class CostFeeItem { public string ArgumentID { get; set; } public string ArgumentDescription { get; set; } public decimal Amount { get; set; } }}
namespace EasyBL
{
public class CostFeeItem
public string ArgumentID { get; set; }
public string ArgumentDescription { get; set; }
public decimal Amount { get; set; }
}