Beispiel #1
0
 private bool BoxExists(int id)
 {
     return(_boxRepository.Any(e => e.BoxId == id));
 }