Example #1
0
 public void InsertToy(Toy toy)
 {
     _toyRepository.Insert(toy);
     _toyRepository.Save();
 }