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