Esempio n. 1
0
 public ActionResult Sharesinlab(string Fromdate)
 {
     DoctorDashboardServiceRef.DoctorDashboardServiceClient serv = new DoctorDashboardServiceRef.DoctorDashboardServiceClient();
     return(Json(serv.Sharesinlab(Fromdate), JsonRequestBehavior.AllowGet));
 }