using System;
using System.Collections.Generic;
using System.Text;

namespace GenericDisplayCommand.Controls.V1
{
    public class PumpView : View
    {
        public int PumpId { get; set; }
    }
}