using Blue; public interface IInspectionService : IService { InspectionInfo InspectionInfo { get; } void Get(); void Set(int ItemID,bool Normal,string Label,int InspectionId); }