public RoastBeef(IButcher butcher, ICow cow)
 {
 }
예제 #2
0
파일: Salami.cs 프로젝트: kkozmic/PaulTest
 public Salami(IPig pig, ICow cow, IButcher butcher)
 {
 }
 public Ham(IPig pig, IButcher butcher)
 {
 }
예제 #4
0
 public BurritoShop(IBakery bakery, IButcher butcher)
 {
     this.bakery  = bakery;
     this.butcher = butcher;
 }
예제 #5
0
 public Ham(IPig pig, IButcher butcher)
 {
 }
예제 #6
0
 public RoastBeef(IButcher butcher, ICow cow)
 {
 }
예제 #7
0
 public Salami(IPig pig, ICow cow, IButcher butcher)
 {
 }