示例#1
0
 public bool Exists(uint id)
 {
     return(_countriesRepo.Exists(id));
 }