예제 #1
0
 public void beNewRelease()
 {
     price = Price.NewRelease();
 }
예제 #2
0
 public void beChildrens()
 {
     price = Price.Childrens();
 }
예제 #3
0
 public void beRegular()
 {
     price = Price.Regular();
 }