コード例 #1
0
 public object GetTotalAgentByMobileNo(string ExMobileNo)
 {
     return(_distributorRepository.GetTotalAgentByMobileNo(ExMobileNo));
 }