Skip to content

Commit

Permalink
CON-954 renamed param
Browse files Browse the repository at this point in the history
  • Loading branch information
VasanthaKasirajan3008 committed Aug 26, 2020
1 parent 9f61baa commit df9ee64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public interface ICommunicationRepository
Task UpdateAsync(CommunicationMessage commMsg);
Task<IEnumerable<CommunicationMessage>> GetScheduledMessagesSinceAsync(string requestType, DeliveryFrequency frequency, DateTime from, DateTime to);
Task UpdateScheduledMessagesAsSentAsync(IEnumerable<Guid> msgIds, Guid aggregatedMessageId);
Task HardDelete(DateTime hardDeleteCommunicationMessagesStaleDateTime);
Task HardDelete(DateTime deleteCommunicationMessagesStaleDateTime);
}
}

0 comments on commit df9ee64

Please sign in to comment.