10 lines
135 B
C#
10 lines
135 B
C#
using Inotify.ThridOauth.IService;
|
|
|
|
|
|
|
|
namespace Inotify.ThridOauth.IService
|
|
{
|
|
public interface ISinaLogin : ILogin
|
|
{
|
|
}
|
|
} |