namespace YZXYH.Repository.Interface { public partial interface IHobbyInfoRepository { string GetHobbies(); string GetHobbies(string id); } }