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