fix a typo

This commit is contained in:
Andreas Zweili 2018-06-01 22:23:38 +02:00
parent fd1323f74b
commit a8a8ea6e50
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace Server.DB
{
public class CityDB
{
public List<City> GetAllCitys()
public List<City> GetAllCities()
{
using (Context ctx = new Context())
{

View File

@ -8,7 +8,7 @@ namespace Server.DB
{
public class CountryDB
{
public List<Country> GetAllCountrys()
public List<Country> GetAllCountries()
{
using (Context ctx = new Context())
{