Ejemplo n.º 1
0
 // GET: Customer
 public JsonResult GetProductJson()
 {
     using (var databaseContext = new OnBoardTAskContext())
     {
         return(new JsonResult(databaseContext.Product.ToList()));
     }
 }