コード例 #1
0
ファイル: YouTubeController.cs プロジェクト: sawyerit/drone
 public Channel GetChannel(string user)
 {
     return(_ytService.GetChannel(user));
 }