From e86fe2e8cf34343cf3ebbf4640b2be5e85899615 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 6 Aug 2019 10:41:16 +0300 Subject: v2 Basic structure. --- Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs (limited to 'Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs') diff --git a/Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs b/Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs new file mode 100644 index 000000000..be78b4bc0 --- /dev/null +++ b/Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Tango.BLL +{ + public abstract class ObjectBase + { + + } +} -- cgit v1.3.1