using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Casic.Birmm.RbFreqStandMeasure.R_DevService.Service { interface CounterCheckService { bool passTest(int testValue); void beginTest(); } }