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