✨
This commit is contained in:
11
Assignment-3/packages/SellerShipperServiceInterfaceModule.ol
Normal file
11
Assignment-3/packages/SellerShipperServiceInterfaceModule.ol
Normal file
@ -0,0 +1,11 @@
|
||||
interface SellerInterface {
|
||||
OneWay:
|
||||
ask( string ),
|
||||
accept( string ),
|
||||
reject( string )
|
||||
}
|
||||
|
||||
interface ShipperInterface {
|
||||
OneWay:
|
||||
order( string )
|
||||
}
|
Reference in New Issue
Block a user