示例#1
0
 private bool ShoppingListExists(int id)
 {
     return(_shoppingListService.Exists(id));
 }