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 {