예제 #1
0
 public static string ObtenerNombreEntornoActual(this IHostEnvironment env) =>
 env.EsDesarrollo() ? "dev" : env.EsPre() ? "pre" : "pro";