Beispiel #1
0
 public PhoneController(IPhoneServices phoneServices)
 {
     _phoneServices = phoneServices;
 }
 public PhoneBooksController()
 {
     _phoneservices = new PhoneService(new PhoneBookDB());
 }