public object GetDistcodeAndNameByMphone(string mPhone) { try { return(_distributorRepository.GetDistcodeAndNameByMphone(mPhone)); } catch (Exception) { throw; } }