예제 #1
0
 public string GetCashBackName(string cbType)
 {
     return(kycRepository.GetCashBackName(cbType));
 }