コード例 #1
0
ファイル: CustomerService.cs プロジェクト: donam2020/TSB-Git
 public List <Customer> AllList()
 {
     return(customer.AllList());
 }