- add first implementation of GBaseEntry

pull/26/head
Simon Gockner 6 years ago
parent 4348d71bdd
commit 55ae13fe33
  1. 22
      GBase/GBaseEntry.cs

@ -0,0 +1,22 @@
// Author: Gockner, Simon
// Created: 2020-01-27
// Copyright(c) 2020 SimonG. All Rights Reserved.
using GBase.Interfaces;
namespace GBase
{
/// <summary>
/// An entry of a <see cref="IGBaseTable"/>
/// </summary>
public class GBaseEntry : IGBaseEntry
{
/// <summary>
/// An entry of a <see cref="IGBaseTable"/>
/// </summary>
public GBaseEntry()
{
}
}
}
Loading…
Cancel
Save