9 lines
159 B
C#
9 lines
159 B
C#
|
|
using RIZO.Model.social;
|
|||
|
|
|
|||
|
|
namespace RIZO.Service.Social.IService
|
|||
|
|
{
|
|||
|
|
public interface ISocialFansInfoService : IBaseService<SocialFansInfo>
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|