Beispiel #1
0
 public void Save(store sck)
 {
     //throw new NotImplementedException();
     tienda[sck.idS.ToString()] = sck;
     //tienda[sck.idS.ToString()] = sck;
     //await  this.DataContext_.stores.AddAsync(sck);
     //await this.DataContext_.SaveChangesAsync();
 }
Beispiel #2
0
 public void Update(store sck)
 {
     tienda[sck.idS.ToString()] = sck;
 }