From b8db90d65c517446bd2ae875c7b70276c1ae8a4f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Jul 2020 13:37:27 +0000 Subject: [PATCH] --- server/AyaNova/biz/NotifyEventProcessor.cs | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 server/AyaNova/biz/NotifyEventProcessor.cs diff --git a/server/AyaNova/biz/NotifyEventProcessor.cs b/server/AyaNova/biz/NotifyEventProcessor.cs new file mode 100644 index 00000000..588e38ec --- /dev/null +++ b/server/AyaNova/biz/NotifyEventProcessor.cs @@ -0,0 +1,23 @@ +using System; +using System.Linq; +using System.Globalization; +using System.Text; +using System.Collections.Generic; +using System.Threading.Tasks; +using Microsoft.Extensions.Logging; +using Microsoft.EntityFrameworkCore; +using AyaNova.Util; +using AyaNova.Models; +//using System.Diagnostics; + + +namespace AyaNova.Biz +{ + + //This class handles word breaking, processing keywords and searching for results + public static class NotifyEventProcessor + { + + }//eoc + +}//eons \ No newline at end of file