Example #1
0
 public static List<TipoEnderecoDTO> ListarTipoEndereco()
 {
     using (var client = new LRBusiness())
     {
         return client.ListarTipoEndereco().ToList();
     }
 }