Exemple #1
0
 public object CheckNidValid(string photoid, string type)
 {
     return(_repository.CheckNidValid(photoid, type));
 }