using System.Collections.Generic; namespace WX.CRM.IBLL.Sms { public interface ISMS_BATCHMSG { void ImpotDt(WX.CRM.Model.Entity.SMS_BATCHMSG info, List mobils, int timeOut = 300); void ImpotDtResCode(int timeOut = 300); } }