示例#1
0
 public async Task Add(Core.Model.Truck truck)
 {
     await _truckRepository.AddAsync(truck);
 }