Ejemplo n.º 1
0
 public OrganizationService(ITrelloStore trelloStore)
 {
     _trelloStore = trelloStore;
 }
Ejemplo n.º 2
0
 public UserProfileService(ITrelloStore trelloStore)
 {
     _trelloStore = trelloStore;
 }
Ejemplo n.º 3
0
 public BoardService(ITrelloStore trelloStore)
 {
     _trelloStore = trelloStore;
 }