public HomeController(IOAuthTwitterWrapper oAuthTwitterWrapper)
		{
			_oAuthTwitterWrapper = oAuthTwitterWrapper;
		}
Exemple #2
0
 public HomeController(IOAuthTwitterWrapper oAuthTwitterWrapper)
 {
     _oAuthTwitterWrapper = oAuthTwitterWrapper;
 }
Exemple #3
0
 public TestController(IOAuthTwitterWrapper oAuthTwitterWrapper)
 {
     _oAuthTwitterWrapper = oAuthTwitterWrapper;
 }