Exemple #1
0
        public SafeBag(IBagType bag) : base(bag.Type, bag.Content)
        {

        }
Exemple #2
0
 public SafeBag(IBagType bag) : base(bag.Type, bag.Content)
 {
 }