コード例 #1
0
 public static void AddFavorite(int questionId)
 {
     if (questionId > 0)
     {
         dal.AddFavorite(questionId);
     }
 }