Example #1
0
 public static bool SubscribeToUser(string nick, string subsnick)
 {
     return(_usersLogic.SubscribeToUser(nick, subsnick));
 }