Esempio n. 1
0
 private async Task <bool> ValidateModelo(string nombre)
 {
     return(await _modeloRepository.Exists(cd => cd.Nombre == nombre));
 }