Пример #1
0
 public OrderDto GetById(Guid id, Guid customerId)
 {
     return(OrderDto.FromDomain(customerOrdersRepository.GetOrderById(id, customerId)));
 }