C# Class OurUmbraco.NotificationsCore.Notifications.NewForumComment

Mostrar archivo Open project: umbraco/OurUmbraco

Public Methods

Method Description
NewForumComment ( ) : System
SendNotification ( OurUmbraco.Forum.Models.Comment comment, string memberName, string url ) : void

Method Details

NewForumComment() public method

public NewForumComment ( ) : System
return System

SendNotification() public method

public SendNotification ( OurUmbraco.Forum.Models.Comment comment, string memberName, string url ) : void
comment OurUmbraco.Forum.Models.Comment
memberName string
url string
return void