Exemplo n.º 1
0
        public ActionResult GetDrugForms(int productId)
        {
            List <OBKDrugFormViewModel> drugForms = obkRepo.GetDrugForms(productId);

            return(Json(drugForms, JsonRequestBehavior.AllowGet));
        }