Esempio n. 1
0
 public object GetDistributorByMphone(string mPhone)
 {
     try
     {
         return(_distributorService.GetDistributorByMphone(mPhone));
     }
     catch (Exception ex)
     {
         return(errorLogService.InsertToErrorLog(ex, MethodBase.GetCurrentMethod().Name, Request.Headers["UserInfo"].ToString()));
     }
 }