Skip to content

Commit

Permalink
Ajustes gerais
Browse files Browse the repository at this point in the history
  • Loading branch information
dliocode committed Jun 27, 2021
1 parent 0e12ca2 commit d00a802
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/DataStorage.Data.Utils.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Data.Utils;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.Data.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Data;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.DataBase.Utils.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.DataBase.Utils;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.DataBase.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.DataBase;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.Intf.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Intf;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.Item.Utils.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Item.Utils;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.Item.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Item;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.Table.Utils.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Table.Utils;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.Table.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Table;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.Value.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage.Value;

interface
Expand Down
7 changes: 7 additions & 0 deletions src/DataStorage.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit DataStorage;

interface
Expand Down

0 comments on commit d00a802

Please sign in to comment.