mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
@@ -22,7 +22,7 @@ namespace Orchard.Messaging.Services {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void Send(ContentItemRecord recipient, string type, string service, Dictionary<string, string> properties = null) {
|
public void Send(ContentItemRecord recipient, string type, string service, Dictionary<string, string> properties = null) {
|
||||||
Send(new [] { recipient }, service, type, properties);
|
Send(new [] { recipient }, type, service, properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Send(IEnumerable<ContentItemRecord> recipients, string type, string service, Dictionary<string, string> properties = null) {
|
public void Send(IEnumerable<ContentItemRecord> recipients, string type, string service, Dictionary<string, string> properties = null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user