using Ropin.Inspection.Model.SearchModel.MTN; using Ropin.Inspection.Model.ViewModel.MTN; using Ropin.Inspection.Service.Interface; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ropin.Inspection.Service.MTN.Interface { public interface ImtnAlarmShadowRecordService : IBaseService, IBaseServiceById { Task> GetConditionAsync(AlarmShadowRecordSearch searchModel); } }