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/ILocalDataBase.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs') diff --git a/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs b/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs index 66b111467..a435bea97 100644 --- a/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs +++ b/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs @@ -101,5 +101,10 @@ namespace Tango.Synchronization.Local /// The row. /// String GetUpdateRowCommand(DataTable table, DataRow row); + + /// + /// Clears the data base. + /// + void ClearDataBase(); } } -- cgit v1.3.1