예제 #1
0
 public UserManageController(IHaTangAppServices service)
 {
     _service = service;
 }
예제 #2
0
 public GiaoCaController(IHaTangAppServices service)
 {
     _service = service;
 }
예제 #3
0
 public UserManageController()
 {
     _service = new HaTangAppServices(new ModelStateWrapper(this.ModelState));
 }
예제 #4
0
 public GiaoCaController()
 {
     _service = new HaTangAppServices(new ModelStateWrapper(this.ModelState));
 }