예제 #1
0
 public Invoice[] Get()
 {
     return(ds.GetAll().ToArray());
 }
예제 #2
0
 public ActionResult GetAll()
 {
     return(Json(ds.GetAll().ToArray(), JsonRequestBehavior.AllowGet));
 }