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