コード例 #1
0
 public PollController()
 {
     pollBusiness = new pollBusiness();
 }
コード例 #2
0
 public PollTest()
 {
     pollBusiness = new pollBusiness();
 }