コード例 #1
0
 public static bool CheckSubscribeToUser(string nick, string subsnick)
 {
     return(_usersLogic.CheckSubscribeToUser(nick, subsnick));
 }