first commit
This commit is contained in:
7
lib/domain/repository/order/create_order_repo.dart
Normal file
7
lib/domain/repository/order/create_order_repo.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
// lib/domain/repository/order/create_order_repo.dart
|
||||
|
||||
import '../../../modules/orders/create_order.dart';
|
||||
|
||||
abstract class CreateOrderRepository {
|
||||
Future<CreateOrderResponse> createOrder(CreateOrderRequest request);
|
||||
}
|
||||
Reference in New Issue
Block a user