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