Beispiel #1
0
 public void RemoveItemFromSrock(TimberRoot item)
 {
     //todo: check if the item is available and implement
     throw new NotImplementedException();
 }
Beispiel #2
0
        //todo: constructor

        public int CheckNumberInStock(TimberRoot item)
        {
            //todo:
            throw new NotImplementedException();
        }
Beispiel #3
0
 public void AddItemInStock(TimberRoot item)
 {
     //todo:
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void RemoveItemFromSrock(TimberRoot item)
 {
     //todo: check if the item is available and implement
     throw new NotImplementedException();
 }
Beispiel #5
0
 public TimberProcessingDecorator(TimberRoot timberInstance)
 {
     this.baseTimber = timberInstance;
 }
Beispiel #6
0
 public void AddItemInStock(TimberRoot item)
 {
     //todo:
     throw new NotImplementedException();
 }
Beispiel #7
0
        //todo: constructor

        public int CheckNumberInStock(TimberRoot item)
        {
            //todo:
            throw new NotImplementedException();
        }
Beispiel #8
0
 public Lath(TimberRoot timberInstance)
     : base(timberInstance)
 {
     //todo:
 }
 public TimberProcessingDecorator(TimberRoot timberInstance)
 {
     this.baseTimber = timberInstance;
 }
Beispiel #10
0
 public Lath(TimberRoot timberInstance)
     : base(timberInstance)
 {
     //todo:
 }