Last change
on this file was 8d11f8c, checked in by jovanmanchev <jovanmanchev3003@…>, 20 months ago |
code added, trial 2
|
-
Property mode
set to
100644
|
File size:
341 bytes
|
Line | |
---|
1 | package com.example.fooddeliverysystem.service;
|
---|
2 |
|
---|
3 | import com.example.fooddeliverysystem.exceptions.FoodItemNotFoundException;
|
---|
4 | import com.example.fooddeliverysystem.exceptions.OrderNotFoundException;
|
---|
5 |
|
---|
6 | public interface OrderPaymentService {
|
---|
7 |
|
---|
8 | void createOrderPayment(Long orderId) throws OrderNotFoundException, FoodItemNotFoundException;
|
---|
9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.