using System; namespace Dfs.WayneChina.HengshanPayTerminal { public class FuelPriceChangeRequestEventArgs : EventArgs { public byte PumpId { get; set; } public byte NozzleId { get; set; } public int Price { get; set; } } }