Example #1
0
 public TrelloUpdateStepDefinitions()
 {
     _trelloEndpoints = new TrelloEndpoints();
 }
 public TrelloTest()
 {
     _trelloEndpoints = new TrelloEndpoints();
 }
 public TrelloGetStepsDefinition()
 {
     _trelloEndpoints = new TrelloEndpoints();
 }