コード例 #1
0
 public System.Threading.Tasks.Task InsertCarWithDetailsAsync(AutoLotWebService_Client.AutoLotService.InventoryRecord car)
 {
     return(base.Channel.InsertCarWithDetailsAsync(car));
 }
コード例 #2
0
 public void InsertCarWithDetails(AutoLotWebService_Client.AutoLotService.InventoryRecord car)
 {
     base.Channel.InsertCarWithDetails(car);
 }