Пример #1
0
 public IEnumerable <Receipt> GetAll([FromQuery] int customerId)
 {
     return(receiptService.GetAll(customerId));
 }