From d1fa1f1a2e26469a6bbb5b82ab614079beffcb52 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 14 Jan 2018 13:19:03 +0200 Subject: Added code comments for: Synchronization. --- Software/Visual_Studio/Tango.Synchronization/Local/ExtensionMethods.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Software/Visual_Studio/Tango.Synchronization/Local/ExtensionMethods.cs') diff --git a/Software/Visual_Studio/Tango.Synchronization/Local/ExtensionMethods.cs b/Software/Visual_Studio/Tango.Synchronization/Local/ExtensionMethods.cs index 89b3969e4..f2e0e9b00 100644 --- a/Software/Visual_Studio/Tango.Synchronization/Local/ExtensionMethods.cs +++ b/Software/Visual_Studio/Tango.Synchronization/Local/ExtensionMethods.cs @@ -8,6 +8,9 @@ using System.Threading.Tasks; namespace Tango.Synchronization.Local { + /// + /// Contains Database comparison and synchronization extension methods. + /// internal static class SQLExtensions { /// -- cgit v1.3.1