Ejemplo n.º 1
0
 public static async Task ComoXmlAsync(this IViaCepFluentPorCep fluent, Action <XDocument> callback)
 => callback(await fluent.ComoXmlAsync());
Ejemplo n.º 2
0
 public static void ComoXml(this IViaCepFluentPorCep fluent, Action <XDocument> callback)
 => callback(fluent.ComoXml());
Ejemplo n.º 3
0
 public static async Task ComoQuertyAsync(this IViaCepFluentPorCep fluent, Action <string> callback)
 => callback(await fluent.ComoQuertyAsync());
Ejemplo n.º 4
0
 public static void ComoQuerty(this IViaCepFluentPorCep fluent, Action <string> callback)
 => callback(fluent.ComoQuerty());
Ejemplo n.º 5
0
 public static async Task ComoEnderecoAsync(this IViaCepFluentPorCep fluent, Action <Endereco> callback)
 => callback(await fluent.ComoEnderecoAsync());
Ejemplo n.º 6
0
 public static void ComoEndereco(this IViaCepFluentPorCep fluent, Action <Endereco> callback)
 => callback(fluent.ComoEndereco());