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