Example #1
0
 public AddWatchPresenter(IAddWatchView view, IWatchListService service)
 {
     View = view;
     View.SetAddWatchCommand(service.AddWatchCommand);
 }
Example #2
0
 public AddWatchPresenter(IAddWatchView view, IWatchListService service)
 {
     View = view;
     View.SetAddWatchCommand(service.AddWatchCommand);
 }