From aa550f049592c373db925b68d0604ca18319fcee Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 3 Feb 2019 23:59:39 +0000 Subject: Added function definitions for parse --- Aggregator/Parser/Parser.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Aggregator/Parser/Parser.cs') diff --git a/Aggregator/Parser/Parser.cs b/Aggregator/Parser/Parser.cs index f1a28b9..4952a3d 100644 --- a/Aggregator/Parser/Parser.cs +++ b/Aggregator/Parser/Parser.cs @@ -1,7 +1,10 @@ using System; +using System.Collections.Generic; +using Aggregator.Classes; namespace Aggregator.Parser { public static class Parser { - + public static IEnumerable
Parse(string xml); + public static IEnumerable> ParseMultiple(string xmls); } } \ No newline at end of file -- cgit v1.2.3-13-gbd6f