Beispiel #1
0
 private bool CheckIsNidIsExist(string photoId)
 {
     return(_customerSevice.IsPhotoIdExist("C", photoId, 0));
 }