TF-1810 Add GetDetailedEmailByIdInteractor to get detailed email

(cherry picked from commit 765cebec00ae26458fe7f5e17ec6026f82f1fd0f)
This commit is contained in:
dab246
2023-05-10 15:43:41 +07:00
committed by Dat Vu
parent 892fceb037
commit 41ed9a230d
11 changed files with 188 additions and 10 deletions
@@ -1,2 +1,4 @@
class CannotDeleteOldEmailException implements Exception {}
class CannotDeleteOldEmailException implements Exception {}
class NotFoundEmailException implements Exception {}