示例#1
0
 public ActionResult saveIntakePhysician(int PhysicianId, int RFAReferralID)
 {
     _commonService.AddProcessLevelByReferralID(RFAReferralID, GlobalConst.ProcessLevel.Requests);
     return(Json(_intakeService.updatePhysicianInReferral(PhysicianId, RFAReferralID), GlobalConst.ContentTypes.TextHtml));
 }