Skip to content

Instantly share code, notes, and snippets.

@YuriyZaletskyy
Created November 23, 2020 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YuriyZaletskyy/7f934bd1b51eb3e1a65057c3f1c2ff91 to your computer and use it in GitHub Desktop.
Save YuriyZaletskyy/7f934bd1b51eb3e1a65057c3f1c2ff91 to your computer and use it in GitHub Desktop.
public class NotificationResult
{
public object[] Inserted { get; set; }
public object[] Deleted { get; set; }
public string Query { get; set; }
public string CompanyId { get; set; }
public Guid Id { get; set; }
public long TimeStamp { get; set; }
public Dictionary<string, object> AdditionalInfo { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment