public Invoice[] Get() { return(ds.GetAll().ToArray()); }
public ActionResult GetAll() { return(Json(ds.GetAll().ToArray(), JsonRequestBehavior.AllowGet)); }