Пример #1
0
 private bool ColorExists(int id)
 {
     return(_IColor.Any(id).Result);
 }