From f6f830d066635c91763dd1ae6248c8c189e6fe7e Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Mon, 20 Nov 2017 14:36:20 +0100 Subject: Added WebApi. --- AirPollutionWebApi/Views/Shared/_Layout.cshtml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 AirPollutionWebApi/Views/Shared/_Layout.cshtml (limited to 'AirPollutionWebApi/Views/Shared/_Layout.cshtml') diff --git a/AirPollutionWebApi/Views/Shared/_Layout.cshtml b/AirPollutionWebApi/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..54f6729 --- /dev/null +++ b/AirPollutionWebApi/Views/Shared/_Layout.cshtml @@ -0,0 +1,9 @@ + + + + @ViewBag.Title + + + @RenderBody() + + -- cgit v1.2.3