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 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: