Beispiel #1
0
        public void Sync()
        {
            this.Dispose();

            this.context = new PizzeriaContext();
        }
Beispiel #2
0
 public Store()
 {
     this.context = new PizzeriaContext();
 }