示例#1
0
文件: Endereco.cs 项目: tonfranco/LR
 public static List<TipoEnderecoDTO> ListarTipoEndereco()
 {
     using (var client = new LRBusiness())
     {
         return client.ListarTipoEndereco().ToList();
     }
 }