From 8b3d023ff8f9a5e842d88404dac45adf74401f92 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 30 Aug 2018 21:18:42 +0200 Subject: [PATCH] fix two typos in the service --- Plattform/Plattform/IPlattformService.cs | 2 +- Plattform/Plattform/PlattformService.svc.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plattform/Plattform/IPlattformService.cs b/Plattform/Plattform/IPlattformService.cs index d371eb0..ad44597 100644 --- a/Plattform/Plattform/IPlattformService.cs +++ b/Plattform/Plattform/IPlattformService.cs @@ -27,7 +27,7 @@ namespace Plattform [OperationContract] List GetGenders(); [OperationContract] - List GetSaluations(); + List GetSalutations(); [OperationContract] List GetCities(); } diff --git a/Plattform/Plattform/PlattformService.svc.cs b/Plattform/Plattform/PlattformService.svc.cs index 7888cb9..59f0cf4 100644 --- a/Plattform/Plattform/PlattformService.svc.cs +++ b/Plattform/Plattform/PlattformService.svc.cs @@ -79,7 +79,7 @@ namespace Plattform return false; } } - public List GetGender() + public List GetGenders() { try {