Exemplo n.º 1
0
 public JsonResult UpdatePreferredLocation(string id)
 {
     return(Json(_repository.GetProductDefaultLocation(id)));
 }