Beispiel #1
0
 private bool CheckIsNidIsValid(string photoId)
 {
     return(_customerSevice.IsNidValid(photoId));
 }