コード例 #1
0
ファイル: QuoteJsonTests.cs プロジェクト: KevMain/QuotingTool
 public QuoteJsonTests()
 {
     _httpApplication = new HttpApplication(9875);
     _httpApplication.StartApp();
 }
コード例 #2
0
 public CustomerJsonTests()
 {
     _httpApplication = new HttpApplication(9876);
     _httpApplication.StartApp();
 }