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