feat: implement BankAccountAdapter for mapping data layer values to domain entity and refactor BankAccountRepositoryImpl for improved staff ID handling

This commit is contained in:
Achintha Isuru
2026-01-27 15:43:21 -05:00
parent 1870be4cb8
commit 35c0b19d6b
5 changed files with 90 additions and 51 deletions

View File

@@ -40,7 +40,7 @@ class StaffProfileExperienceModule extends Module {
);
// BLoC
i.addLazySingleton<ExperienceBloc>(
i.add<ExperienceBloc>(
() => ExperienceBloc(
getIndustries: i.get<GetStaffIndustriesUseCase>(),
getSkills: i.get<GetStaffSkillsUseCase>(),