コード例 #1
0
ファイル: Blogic.cs プロジェクト: gouriteam/carrental
 public int Editcars(VehiclesBE a)
 {
     return(ob.Editcars(a));
 }