Ejemplo n.º 1
0
 /// <summary>
 /// Changes the CurrentStore to the Location with the given Id.
 /// </summary>
 /// <param name="targetStoreId"></param>
 public void GoToStore(int targetStoreId)
 {
     CurrentStore.ChangeLocation(targetStoreId);
 }