예제 #1
0
 public HomeController()
 {
     _indexAction = new IndexAction();
 }
예제 #2
0
 public void TestSmtp()
 {
     var indexAction=new IndexAction();
     indexAction.Contribute(new ContributeModel());
 }