aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Controllers/Controller.cs')
-rw-r--r--Controllers/Controller.cs10
1 files changed, 10 insertions, 0 deletions
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