예제 #1
0
 public ActionResult GetDistributorBaseInfo(string q)
 {
     return(Json(CommonProvider.GetDistributorBaseInfoByName(q)));
 }