Example #1
0
 public async Task <bool> CreateAsync(VehicleMakeModel domainModel)
 {
     return(await MakeRepository.CreateAsync(domainModel));
 }