コード例 #1
0
ファイル: Endereco.cs プロジェクト: tonfranco/LR
 public static List<TipoEnderecoDTO> ListarTipoEndereco()
 {
     using (var client = new LRBusiness())
     {
         return client.ListarTipoEndereco().ToList();
     }
 }