public EnterMobileModel(IMobileService mobileService, ITestService testService) { _mobileService = mobileService; var s = testService.GetTitle(); Debug.WriteLine(s); }
public EnterLoginModel(IFormsAuthenticationService formsAuthenticationService, ITestService testService) { _formsAuthenticationService = formsAuthenticationService; var s = testService.GetTitle(); Debug.WriteLine(s); }