From 793481c291de5c42ae3a38f04971b30195a9a1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=90=D0=BA?= =?UTF-8?q?=D0=BF=D0=B0=D0=B5=D0=B2?= <40080662+akpaevj@users.noreply.github.com> Date: Mon, 30 Sep 2019 18:29:22 +0300 Subject: [PATCH 1/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d37be53..353b175 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Евгений Акпаев +Copyright (c) 2019 Akpaev Evgeniy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From dd713959a34cd8babff5e178349a630904de76b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=90=D0=BA?= =?UTF-8?q?=D0=BF=D0=B0=D0=B5=D0=B2?= <40080662+akpaevj@users.noreply.github.com> Date: Mon, 30 Sep 2019 20:02:02 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d761b44..a5b664c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ private void EventHandler(Dictionary eventData) switch (eventData["EventName"]) { case "DBMSSQL": + var sql = eventData["Sql"]; + var user = eventData["Usr"]; // To do something break; default: