예제 #1
0
 public DisplayReply PostReply([FromUri] string[] to, string message, string messageID, string richMessage = null, [FromUri] string[] attachmentID = null)
 {
     return(new DisplayReply(_replyManager.PostReply(whoami(), to, message, richMessage, attachmentID, DateTime.UtcNow, messageID), new AccountManager(), new AttachmentManager()));
 }