コード例 #1
0
ファイル: CustomerService.cs プロジェクト: walterhuang/TryWCF
 public CustomerService()
 {
     customerBLL = new BusinessLogic.CustomerBLL();
 }
コード例 #2
0
ファイル: CustomerService.cs プロジェクト: walterhuang/TryWCF
 public CustomerService()
 {
     customerBLL = new BusinessLogic.CustomerBLL();
 }