Example #1
0
 public void ProduceAll()
 {
     _context.ProduceAll();
     _context.SaveChanges();
 }