Skip to content

Instantly share code, notes, and snippets.

@JaviPalla
Created February 6, 2019 11:41
Show Gist options
  • Select an option

  • Save JaviPalla/6697defc1bc4b28ad93dc9f236bb203d to your computer and use it in GitHub Desktop.

Select an option

Save JaviPalla/6697defc1bc4b28ad93dc9f236bb203d to your computer and use it in GitHub Desktop.
Tarifa = copaymentEnabled ? copaymentSpeciality.Select(c => con.ID_TIPO_CONSULTA == 1 || con.ID_TIPO_CONSULTA == 4 ? c.TARIFA_VIDEO : (con.ID_TIPO_CONSULTA == 10 ? c.TARIFA_CHAT : (con.ID_TIPO_CONSULTA == 5 ? c.TARIFA_ESCRITA : c.TARIFA_ESCRITA))).FirstOrDefault() ?? 0 : con.TARIFA,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment