public System.Threading.Tasks.Task InsertCarWithDetailsAsync(AutoLotWebService_Client.AutoLotService.InventoryRecord car) { return(base.Channel.InsertCarWithDetailsAsync(car)); }
public void InsertCarWithDetails(AutoLotWebService_Client.AutoLotService.InventoryRecord car) { base.Channel.InsertCarWithDetails(car); }