Exemple #1
0
 private bool ModelExists(int id)
 {
     return(_modelsRepository.Any(id));
 }