コード例 #1
0
 public Instagram GetUser(string user)
 {
     return(instagramService.GetUser(user));
 }