예제 #1
0
 public ActionResult PatientsIlnessPartial(int id)
 {
     ViewBag.Message = "Choroby pacjenta:";
     return(PartialView(WcfController.getIllness(id)));
 }
예제 #2
0
 // GET api/Illness/5
 public IEnumerable <SharedModels.IllnessModel> Get(int id)
 {
     return(WcfController.getIllness(id));
 }