Ejemplo n.º 1
0
 public object GetDistcodeAndNameByMphone(string mPhone)
 {
     try
     {
         return(_distributorRepository.GetDistcodeAndNameByMphone(mPhone));
     }
     catch (Exception)
     {
         throw;
     }
 }