Beispiel #1
0
 public async Task <bool> provinceExists(string provincename)
 {
     return(await _provinceRepository.ExistsByName(provincename));
 }