Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Billing.Test/App.config @ 9576

Last change on this file since 9576 was 9576, checked in by spimming, 11 years ago

#1888:

  • Added billing test client
  • Use entity framework for DAL
  • Modified service interface and model classes
File size: 223 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <connectionStrings>
4    <add name="BillingContext" connectionString="ADJUST_ME" providerName="System.Data.SqlClient"/>
5  </connectionStrings>
6</configuration>
Note: See TracBrowser for help on using the repository browser.