Example #1
0
 public void AddStall(Stall newStall)
 {
     _cgContext.Stalls.Add(newStall);
     _cgContext.SaveChanges();
 }