//正常情况下的投票 //[Test] public void VoteWithLimited() { BLL.BLLVote bllVote = new BLLVote(); bllVote.Vote(memberId, "123", scenic, 1, "votetype", DateTime.Now, "我喜欢这个地方", true); }