9 lines
147 B
C#
9 lines
147 B
C#
using ZR.Model.social;
|
|
|
|
namespace ZR.Service.Social.IService
|
|
{
|
|
public interface ISocialFansService : IBaseService<SocialFans>
|
|
{
|
|
}
|
|
}
|