feat: implement BankAccountAdapter for mapping data layer values to domain entity and refactor BankAccountRepositoryImpl for improved staff ID handling
This commit is contained in:
@@ -40,7 +40,7 @@ class StaffProfileExperienceModule extends Module {
|
||||
);
|
||||
|
||||
// BLoC
|
||||
i.addLazySingleton<ExperienceBloc>(
|
||||
i.add<ExperienceBloc>(
|
||||
() => ExperienceBloc(
|
||||
getIndustries: i.get<GetStaffIndustriesUseCase>(),
|
||||
getSkills: i.get<GetStaffSkillsUseCase>(),
|
||||
|
||||
Reference in New Issue
Block a user