using RIZO.Model.social; namespace RIZO.Service.Social.IService { public interface ISocialFansService : IBaseService { } }