コード例 #1
0
 public bool IsExist(long bvn)
 {
     return(_citizenRepository.IsExists(bvn));
 }