示例#1
0
 private async Task <bool> ValidateMarca(string nombre)
 {
     return(await _MarcaRep.Exists(cd => cd.Nombre == nombre));
 }