Example #1
0
 private bool ColorExists(int id)
 {
     return _colorRepo.Exists(id);
 }