Esempio n. 1
0
 public Task RemoveFollower(ITwitchFollower twitchFollower)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Task AddFollowerAsync(string username, ITwitchFollower follower)
 {
     throw new NotImplementedException();
 }