Beispiel #1
0
 public async Task <TownDto> GetTown(int id)
 {
     return(await _townRepository.GetTown(id));
 }