Example #1
0
 public ActionResult GetByName(string name)
 {
     return(Json(_da.GetByName(name), JsonRequestBehavior.AllowGet));
 }