Ejemplo n.º 1
0
 public MainPageViewModel(IGitHubDomainService gitHubDomainService)
 {
     this._gitHubDomainService = gitHubDomainService;
     this.listResult           = new List <HubItem>();
 }
Ejemplo n.º 2
0
 public PullRequestsPageViewModel(IGitHubDomainService gitHubDomainService)
 {
     this._gitHubDomainService = gitHubDomainService;
     list = new List <PullRequestItem>();
 }