Beispiel #1
0
 public async Task <bool> Exists(string title)
 {
     return(await _townRepository.Exists(x => x.Title == title));
 }