codemonitors: add ListEmailActions method
Created by: camdencheek
This adds the ListEmailActions
method to CodeMonitorStore
.
This allows us to get rid of one use of (CodeMonitorStore).Query()
,
which breaks the encapsulation of the store interface. Additionally,
it gets rid of an instance of ReadActionEmailQuery
, which also
breaks encapsulation by returning a query rather than returning
actual results.
Stacked on #27484