예제 #1
0
 public IEnumerable <CheckoutDto> GetByBikeId(Guid bikeId)
 {
     return(_mapper.Map <ICollection <CheckoutDto> >(_checkoutRepository.GetByBikeId(bikeId)));
 }