예제 #1
0
 public AutoListPresenter(IAutoListView view, Guid manufacturerId)
 {
     _view = view;
     _manufacturerId = manufacturerId;
 }
예제 #2
0
 public AutoListPresenter(IAutoListView view, Guid manufacturerId)
 {
     this.view           = view;
     this.manufacturerId = manufacturerId;
 }