Exemplo n.º 1
0
 public MobilePhone(INetflixService netflixService, ICalendarService calendarService, ISpotifyService spotifyService)
 {
     _netflixService  = netflixService;
     _calendarService = calendarService;
     _spotifyService  = spotifyService;
 }
Exemplo n.º 2
0
 public GoogleSpeaker(INetflixService netflixService, ICalendarService calendarService, ISpotifyService spotifyService)
 {
     _netflixService  = netflixService;
     _calendarService = calendarService;
     _spotifyService  = spotifyService;
 }