Пример #1
0
 public TwitchStream.Entities.UserLogin Get(string username, string password)
 {
     return(_service.Get(username, password));
 }