C# 클래스 wehack.Services.TwitterService

파일 보기 프로젝트 열기: unionthugface/wehack

공개 메소드들

메소드 설명
ReTweet ( LinqToTwitter.MvcAuthorizer auth, int ID ) : void
SendTweet ( LinqToTwitter.MvcAuthorizer auth, string message ) : void

메소드 상세

ReTweet() 공개 정적인 메소드

public static ReTweet ( LinqToTwitter.MvcAuthorizer auth, int ID ) : void
auth LinqToTwitter.MvcAuthorizer
ID int
리턴 void

SendTweet() 공개 정적인 메소드

public static SendTweet ( LinqToTwitter.MvcAuthorizer auth, string message ) : void
auth LinqToTwitter.MvcAuthorizer
message string
리턴 void