From 2d803e9410cd383d8e66c300f86fe0f7374c81ea Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Fri, 23 Oct 2020 03:58:38 +0300 Subject: Improvements to DataStore Remote. --- .../Tango.DataStore.Remote/RemoteDataStoreGetAllResponse.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/Tango.DataStore.Remote/RemoteDataStoreGetAllResponse.cs') diff --git a/Software/Visual_Studio/Tango.DataStore.Remote/RemoteDataStoreGetAllResponse.cs b/Software/Visual_Studio/Tango.DataStore.Remote/RemoteDataStoreGetAllResponse.cs index 98848924c..2d9e0f527 100644 --- a/Software/Visual_Studio/Tango.DataStore.Remote/RemoteDataStoreGetAllResponse.cs +++ b/Software/Visual_Studio/Tango.DataStore.Remote/RemoteDataStoreGetAllResponse.cs @@ -8,11 +8,11 @@ namespace Tango.DataStore.Remote { public class RemoteDataStoreGetAllResponse { - public List Items { get; set; } + public List Items { get; set; } public RemoteDataStoreGetAllResponse() { - Items = new List(); + Items = new List(); } } } -- cgit v1.3.1