Exemplo n.º 1
0
 public JsonResult GetJsonUnits(int id)
 {
     return(Json(Model.GetUnits(id), JsonRequestBehavior.AllowGet));
 }