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