Esempio n. 1
0
 public object GetClientInfoByMphone(string mphone)
 {
     return(kycRepository.GetClientInfoByMphone(mphone));
 }