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