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