- update xml file structure
@ -21,15 +21,15 @@
| GBaseColumn | Property |
| GBaseEntry | Instance |
## File Structure
```c#
public class Model
{
private readonly IGBase _gBase;
public
}
## Xml File Structure
```xml
<Table>
<Column>
<Value >
</Column>
</Table>
```
## Process