Exemplo n.º 1
0
 public PluralsightModel(IHttpClientFactory httpClientFactory)
 {
     clientFactory = httpClientFactory;
     users         = new UserList <PluralsightUser>();
 }
Exemplo n.º 2
0
 public LinkedinModel(IHttpClientFactory httpClientFactory)
 {
     clientFactory = httpClientFactory;
     users         = new UserList <LinkedinUser>();
 }
Exemplo n.º 3
0
 public PluralsightModel()
 {
     users = new UserList <PluralsightUser>();
 }
Exemplo n.º 4
0
 public LinkedinModel()
 {
     users = new UserList <LinkedinUser>();
 }