using System.Collections.Generic; namespace XYY.Service.JobManage { public interface IJobGetService where T : class { List> GetAndSendJobs(); } }