コード例 #1
0
 public bool ExistePersonaActivoInactivo(string identificacion)
 => _personaRepository.GetExists <Sg02_Persona>(x => x.Identificacion.Equals(identificacion));