Example #1
0
 public Usta(IBerber b)
 {
     berber = b;
 }
Example #2
0
 public Cirak(IBerber b) : base(b)
 {
     berber = b;
 }