public ToyesController(IToys tt)
 {
     toys = tt;
 }
예제 #2
0
 public void AddToys(IToys toy)
 {
     _toys.Add(toy);
 }