public TableController(ITableAppService service)
 {
     _service = service;
 }
Ejemplo n.º 2
0
 public TableController(ITableAppService tableAppService)
 {
     this.tableAppService = tableAppService;
 }
Ejemplo n.º 3
0
 public TableController(ITableAppService tableAppService)
 {
     this.tableAppService = tableAppService;
 }