You've already forked RekomenciBackend
add resume
This commit is contained in:
@@ -6,6 +6,8 @@ from template_project.application.notification_device.interactors.register_devic
|
||||
RegisterNotificationDeviceInteractor,
|
||||
)
|
||||
from template_project.application.notification_device.interactors.send_notification import NotificationInteractor
|
||||
from template_project.application.resume.interactors.add import AddResumeInteractor
|
||||
from template_project.application.resume.interactors.get import GetResumeInteractor
|
||||
from template_project.application.user.profile.interactors.get_profile import GetProfileInteractor
|
||||
from template_project.application.user.profile.interactors.patch_profile import PatchProfileInteractor
|
||||
|
||||
@@ -20,4 +22,6 @@ class InteractorProvider(Provider):
|
||||
PatchProfileInteractor,
|
||||
NotificationInteractor,
|
||||
RegisterNotificationDeviceInteractor,
|
||||
GetResumeInteractor,
|
||||
AddResumeInteractor,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user