AOP01.ViewModels.TestViewModel.TestViewModel C# (CSharp) Method

TestViewModel() public method

public TestViewModel ( ITestService testService ) : AOP01.Core
testService ITestService
return AOP01.Core
        public TestViewModel(ITestService testService)
        {
            _testService = testService;
        }
TestViewModel