diff options
Diffstat (limited to 'Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs')
| -rw-r--r-- | Software/Visual_Studio_v2/Tango.BLL/ObjectBase.cs | 11 |
1 files changed, 11 insertions, 0 deletions
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 + { + + } +} |
