Exemple #1
0
 public IEnumerable <ListItem> GetAllListItemsForListId([FromBody] int listId)
 {
     return(Dao.GetAllItemsForList(listId));
 }