namespace Aucma.Core.ScannerGun
{
    public  interface IScannerGunService
    {
        void ScannerGunAsync();
    }
}