예제 #1
0
 public HomeController()
 {
     this._db = new ModelPCT();
 }
예제 #2
0
 public AccountController()
 {
     _db = new ModelPCT();
 }