mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-09 11:27:13 +02:00
In between commit implementing order repository
This commit is contained in:
@@ -10,11 +10,6 @@ use entity\order\OrderInterface as OrderEntityInterface;
|
||||
*/
|
||||
interface OrderInterface
|
||||
{
|
||||
public function saveOrder(OrderEntityInterface $order):void;
|
||||
|
||||
/**
|
||||
* This function just exists for maintaining reasons
|
||||
*/
|
||||
public function deleteAllOrders():void;
|
||||
public function saveOrder(OrderEntityInterface $order):bool;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user