예제 #1
0
 public IEnumerable <Table> GetTables([FromRoute] int layoutId)
 {
     return(layoutService.GetTables(layoutId));
 }