コード例 #1
0
ファイル: Blogic.cs プロジェクト: gouriteam/carrental
 public List <VehiclesBE> cardetails(string custid)
 {
     return(ob.cardetails(custid));
 }