11 lines
171 B
C#
11 lines
171 B
C#
using Inotify.ThridOauth.IService;
|
|
|
|
|
|
|
|
namespace Inotify.ThridOauth.IService
|
|
{
|
|
public interface IGitHubLogin : ILogin
|
|
{
|
|
public string GetOauthUrl();
|
|
}
|
|
} |