From b1eb36d3fbc5012b07489454a7452e8488507f6a Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Sun, 21 Feb 2021 14:13:49 +0100 Subject: Initial commit --- Controllers/Controller.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Controllers/Controller.cs (limited to 'Controllers/Controller.cs') diff --git a/Controllers/Controller.cs b/Controllers/Controller.cs new file mode 100644 index 0000000..afa7295 --- /dev/null +++ b/Controllers/Controller.cs @@ -0,0 +1,10 @@ +using System; +using KukaPizza.Views; + +namespace KukaPizza.Controllers +{ + public abstract class Controller + { + + } +} \ No newline at end of file -- cgit v1.2.3