示例#1
0
 public CustomerController()
 {
     service = new InterestRateServiceClient();
 }
示例#2
0
 public HomeController()
 {
     service = new InterestRateServiceClient();
 }