public TableController(ITableAppService service)
 {
     _service = service;
 }
예제 #2
0
 public TableController(ITableAppService tableAppService)
 {
     this.tableAppService = tableAppService;
 }
예제 #3
0
 public TableController(ITableAppService tableAppService)
 {
     this.tableAppService = tableAppService;
 }