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