Skip to content

Instantly share code, notes, and snippets.

@mario-loza
Created May 2, 2017 21:48
Show Gist options
  • Save mario-loza/da1f459f5eae53509a3e444f67ff9302 to your computer and use it in GitHub Desktop.
Save mario-loza/da1f459f5eae53509a3e444f67ff9302 to your computer and use it in GitHub Desktop.
//Para verificar algun seting
if (tipoDeUsuario == "Admin")
{
EsAdmin = true;
}
//O para definir un proceso dentro de una funcion
if (proceso == "ExtensionCredito")
{
calcularInteres = true;
}
//Eso seria usado asi...
this.EjecutarCalculoX("ExtensionCredito", clienteId: 567)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment