Ejemplo n.º 1
0
 public AuthorController(
     StringTableDataServiceCustom <Author> service)
 {
     this.service = service;
 }
Ejemplo n.º 2
0
 public PersonControllerV2(
     StringTableDataServiceCustom <Person> tableDataService)
 {
     this.tableDataService = tableDataService;
 }
Ejemplo n.º 3
0
 public BookController(StringTableDataServiceCustom <Book> service)
 {
     this.service = service;
 }