Beispiel #1
0
 public void DecreaseGoodQuantity(odec.Server.Model.Store.Store store, Good good, Address location, int count = 1)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void RemoveGood(odec.Server.Model.Store.Store store, Good good, Address location)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public int RemoveGoodReservation(odec.Server.Model.Store.Store store, Good good, Address location, int count = 1)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void AddGood(odec.Server.Model.Store.Store store, Good good, Address location, int count = 1)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public int GetStoreGoodCount(odec.Server.Model.Store.Store store, Address location)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public void DeactivateStore(odec.Server.Model.Store.Store store, Address location)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public void AddStore(odec.Server.Model.Store.Store store, Address location, IEnumerable <Tuple <Good, int> > goods = null)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public Good GetGoodById(Address location, odec.Server.Model.Store.Store store, int goodId, GoodInitOptions options = GoodInitOptions.Default)
 {
     throw new NotImplementedException();
 }