示例#1
0
 public HomeController() : this(new TipstersData())
 {
     this.data = new TipstersData();
 }
 public AccountController() : this(new TipstersData())
 {
     this.data = new TipstersData();
 }
示例#3
0
 public AdminController() : this(new TipstersData())
 {
     this.data = new TipstersData();
 }