Exemplo n.º 1
0
 public QuoteJsonTests()
 {
     _httpApplication = new HttpApplication(9875);
     _httpApplication.StartApp();
 }
Exemplo n.º 2
0
 public CustomerJsonTests()
 {
     _httpApplication = new HttpApplication(9876);
     _httpApplication.StartApp();
 }