Пример #1
0
 public HomeController()
 {
     _indexAction = new IndexAction();
 }
Пример #2
0
 public void TestSmtp()
 {
     var indexAction=new IndexAction();
     indexAction.Contribute(new ContributeModel());
 }