Example #1
0
 public void UnconmingMessage([FromBody] DocumentNotification documentNotification)
 {
     _notificationLog.WriteDocumentNotification(Newtonsoft.Json.JsonConvert.SerializeObject(documentNotification));
 }