diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-12-22 11:24:00 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-12-22 11:24:00 +0200 |
| commit | d0ad477ecc3b4de354aee900e1b5335bc31ab103 (patch) | |
| tree | f4cb8027da60e785b80b1817d494891a2802089a /Software/Visual_Studio/Tango.BL/ActionLogs | |
| parent | 2eaca7740df614d8fdef798410d2969a87d9d98c (diff) | |
| download | Tango-d0ad477ecc3b4de354aee900e1b5335bc31ab103.tar.gz Tango-d0ad477ecc3b4de354aee900e1b5335bc31ab103.zip | |
Working on ActionLogs module.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ActionLogs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ActionLogs/IActionLogManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ActionLogs/IActionLogManager.cs b/Software/Visual_Studio/Tango.BL/ActionLogs/IActionLogManager.cs index e1fdbc4ec..5edb409e6 100644 --- a/Software/Visual_Studio/Tango.BL/ActionLogs/IActionLogManager.cs +++ b/Software/Visual_Studio/Tango.BL/ActionLogs/IActionLogManager.cs @@ -79,7 +79,7 @@ namespace Tango.BL.ActionLogs void InsertLog(ActionLogType type, String userGuid, String relatedObjectName, String relatedObjectGuid, String message = null); /// <summary> - /// Inserts a new action log (nutral entry). + /// Inserts a new action log (neutral entry). /// </summary> /// <param name="type">The type.</param> /// <param name="userGuid">The user unique identifier.</param> @@ -87,7 +87,7 @@ namespace Tango.BL.ActionLogs void InsertLog(ActionLogType type, String userGuid, String message = null); /// <summary> - /// Inserts a new action log (nutral entry). + /// Inserts a new action log (neutral entry). /// </summary> /// <param name="type">The type.</param> /// <param name="user">The user.</param> |
