create order

This commit is contained in:
efrilm
2025-10-28 00:08:12 +07:00
parent 34555dd789
commit 37f0008ec8
21 changed files with 2028 additions and 108 deletions
@@ -7,4 +7,6 @@ abstract class IOutletRepository {
});
Future<Either<OutletFailure, Outlet>> getOutletById(String id);
Future<Outlet> currentOutlet();
}