TF-801 Add domain layer for update vacation

This commit is contained in:
dab246
2022-08-17 20:22:53 +07:00
committed by Dat H. Pham
parent aa139eb112
commit d3b3be83b6
4 changed files with 57 additions and 1 deletions
@@ -35,4 +35,6 @@ abstract class ManageAccountRepository {
Future<TMailForward> getForward(AccountId accountId);
Future<List<VacationResponse>> getAllVacationResponse(AccountId accountId);
Future<List<VacationResponse>> updateVacation(AccountId accountId, VacationResponse vacationResponse);
}