예제 #1
0
파일: Endereco.cs 프로젝트: tonfranco/LR
 public static List<TipoEnderecoDTO> ListarTipoEndereco()
 {
     using (var client = new LRBusiness())
     {
         return client.ListarTipoEndereco().ToList();
     }
 }