Exemplo n.º 1
0
 public EventDetailViewModel(IODataEventItemsService eventItemsService, IMeetupService meetupService, ISocialShareService socialShareService)
 {
     _eventItemsService  = eventItemsService;
     _meetupService      = meetupService;
     _socialShareService = socialShareService;
 }
Exemplo n.º 2
0
 public EventListViewModel(IODataEventItemsService eventItemsService)
 {
     _eventItemsService = eventItemsService;
 }