public HomeController(IOAuthTwitterWrapper oAuthTwitterWrapper) { _oAuthTwitterWrapper = oAuthTwitterWrapper; }
public TestController(IOAuthTwitterWrapper oAuthTwitterWrapper) { _oAuthTwitterWrapper = oAuthTwitterWrapper; }