From 04db84896f75bb761e8b3d482b4cb0f82c08d96e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 14 Jan 2018 13:30:04 +0200 Subject: Added code comments for: Machine Service. --- .../Tango.MachineService/Controllers/SynchronizationController.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs index 8b5bee7ae..fb937f52e 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs @@ -18,6 +18,11 @@ namespace Tango.MachineService.Controllers { public class SynchronizationController : ApiController { + /// + /// Expects a DB synchronization request from a remote machine and returns the synchronized version of the machine database. + /// + /// The request. + /// [HttpPost] public SynchronizeDBResponse Synchronize(SynchronizeDBRequest request) { -- cgit v1.3.1