Exemplo n.º 1
0
 public ProjectsController(ITweetHarborDbContext database,
     ITweetHarborTwitterService twitterService,
     ITweetHarborTextMessageService textMessageService,
     AppHarbor.Client.IAppHarborClient appHarborClient)
 {
     this.database = database;
     this.twitterService = twitterService;
     this.textMessageService = textMessageService;
     this.appHarborClient = appHarborClient;
 }
Exemplo n.º 2
0
 public ProjectsController(ITweetHarborDbContext database,
                           ITweetHarborTwitterService twitterService,
                           ITweetHarborTextMessageService textMessageService,
                           AppHarbor.Client.IAppHarborClient appHarborClient)
 {
     this.database           = database;
     this.twitterService     = twitterService;
     this.textMessageService = textMessageService;
     this.appHarborClient    = appHarborClient;
 }
Exemplo n.º 3
0
 public NotifyController(ITweetHarborDbContext database, ITweetHarborTwitterService twitter, ITweetHarborTextMessageService textMessageService)
 {
     this.database           = database;
     this.twitter            = twitter;
     this.textMessageService = textMessageService;
 }
Exemplo n.º 4
0
 public NotifyController(ITweetHarborDbContext database, ITweetHarborTwitterService twitter, ITweetHarborTextMessageService textMessageService)
 {
     this.database = database;
     this.twitter = twitter;
     this.textMessageService = textMessageService;
 }