Ejemplo n.º 1
0
 public object GetMerchantKycInfoByMphone(string mPhone)
 {
     return(kycRepository.GetMerchantKycInfoByMphone(mPhone));
 }