コード例 #1
0
ファイル: OrderService.cs プロジェクト: junseong5019799/Team2
 public List <OrderVO> GetCompanyList()
 {
     return(dac.GetCompanyList());
 }