NotificationMessageHelperSetNotificationLetterResumeData Method |
Namespace: SxcUtilsLib
public void SetNotificationLetterResumeData( string NotificationLettersGroupId, string NotificationLettersGroupName, string letterResumeCount, string letterTotalCount )
Public Sub SetNotificationLetterResumeData ( NotificationLettersGroupId As String, NotificationLettersGroupName As String, letterResumeCount As String, letterTotalCount As String )
public: void SetNotificationLetterResumeData( String^ NotificationLettersGroupId, String^ NotificationLettersGroupName, String^ letterResumeCount, String^ letterTotalCount )
member SetNotificationLetterResumeData : NotificationLettersGroupId : string * NotificationLettersGroupName : string * letterResumeCount : string * letterTotalCount : string -> unit