@@ -256,7 +256,10 @@ public class EmailLogService(IRepository<EmailLog> _emailLogRepository,
|
|||||||
|
|
||||||
await _emailReSendLog.SaveChangesAsync();
|
await _emailReSendLog.SaveChangesAsync();
|
||||||
|
|
||||||
await SynchronizationEmail();
|
await SynchronizationEmail(new SynchronizationEmailInDto() {
|
||||||
|
|
||||||
|
TrialId= inDto.TrialId
|
||||||
|
});
|
||||||
|
|
||||||
return ResponseOutput.Ok();
|
return ResponseOutput.Ok();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user