Exemplo n.º 1
0
 private bool ListItemExists(int id)
 {
     return(_listItemService.Exists(id));
 }