diff options
Diffstat (limited to 'OpenGridServices/OpenGrid.Framework.Data')
-rw-r--r-- | OpenGridServices/OpenGrid.Framework.Data/UserData.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Data/UserData.cs b/OpenGridServices/OpenGrid.Framework.Data/UserData.cs index 3ab9b5e..4802c5f 100644 --- a/OpenGridServices/OpenGrid.Framework.Data/UserData.cs +++ b/OpenGridServices/OpenGrid.Framework.Data/UserData.cs | |||
@@ -58,6 +58,12 @@ namespace OpenGrid.Framework.Data | |||
58 | void addNewUserProfile(UserProfileData user); | 58 | void addNewUserProfile(UserProfileData user); |
59 | 59 | ||
60 | /// <summary> | 60 | /// <summary> |
61 | /// Adds a new agent to the database | ||
62 | /// </summary> | ||
63 | /// <param name="agent">The agent to add</param> | ||
64 | void addNewUserAgent(UserAgentData agent); | ||
65 | |||
66 | /// <summary> | ||
61 | /// Attempts to move currency units between accounts (NOT RELIABLE / TRUSTWORTHY. DONT TRY RUN YOUR OWN CURRENCY EXCHANGE WITH REAL VALUES) | 67 | /// Attempts to move currency units between accounts (NOT RELIABLE / TRUSTWORTHY. DONT TRY RUN YOUR OWN CURRENCY EXCHANGE WITH REAL VALUES) |
62 | /// </summary> | 68 | /// </summary> |
63 | /// <param name="from">The account to transfer from</param> | 69 | /// <param name="from">The account to transfer from</param> |