✨
This commit is contained in:
9
Assignment-3/packages/BuyerServiceInterfaceModule.ol
Normal file
9
Assignment-3/packages/BuyerServiceInterfaceModule.ol
Normal file
@ -0,0 +1,9 @@
|
||||
interface BuyerShipperInterface {
|
||||
OneWay:
|
||||
details( string)
|
||||
}
|
||||
|
||||
interface BuyerSellerInterface {
|
||||
OneWay:
|
||||
quote( int)
|
||||
}
|
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