fix two typos in the service

This commit is contained in:
Andreas Zweili 2018-08-30 21:18:42 +02:00
parent 4f7bd329e3
commit 8b3d023ff8
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ namespace Plattform
[OperationContract] [OperationContract]
List<Gender> GetGenders(); List<Gender> GetGenders();
[OperationContract] [OperationContract]
List<Salutation> GetSaluations(); List<Salutation> GetSalutations();
[OperationContract] [OperationContract]
List<City> GetCities(); List<City> GetCities();
} }

View File

@ -79,7 +79,7 @@ namespace Plattform
return false; return false;
} }
} }
public List<Gender> GetGender() public List<Gender> GetGenders()
{ {
try try
{ {