aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <marcin@zelent.net>2021-02-21 14:13:49 +0100
committermarcinzelent <marcin@zelent.net>2019-12-20 14:21:37 +0100
commitb1eb36d3fbc5012b07489454a7452e8488507f6a (patch)
treef6a9e6e561eabde5b06366a6aeac78df123ca917 /Controllers/Controller.cs
Initial commitHEADmaster
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