コード例 #1
0
 private bool ProductsExists(int id)
 {
     return(_productsRepository.Any(x => x.IdProducts == id));
 }