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

namespace SinoChemFC2PosProxy
{
    class PumpFuelTrxDoneScannerCommunicator : ICommunicator
    {
        public bool IsStarted
        {
            get { throw new NotImplementedException(); }
        }

        public bool Start()
        {
            throw new NotImplementedException();
        }
    }
}