Exemplo n.º 1
0
 public static IConfigureAction Always(this IConfigureRoutingConventions cfg)
 {
     return(cfg.If(d => true));
 }