Ejemplo n.º 1
0
 public IActionResult Get()
 {
     using (var context = new CustomerProductDbContext())
     {
         var r = d.getAllProducts();
         return(Ok(r));
     }
 }