namespace YZXYH.Repository.Interface { public partial interface IVocationInfoRepository { string GetVocations(); string GetVocations(string id); } }