Example #1
0
 public static int GetCountUsersToSubscribe(string nick)
 {
     return(_usersLogic.GetCountUsersToSubscribe(nick));
 }