public UnitTest1(ITestService testService, IIdServerDemoService idServerDemoService)
 {
     _testService         = testService;
     _idServerDemoService = idServerDemoService;
 }
Esempio n. 2
0
 public CustomerRazorService(IHttpContextAccessor httpContextAccessor, IIdServerDemoService idServerDemoService)
 {
     _httpContextAccessor = httpContextAccessor;
     _idServerDemoService = idServerDemoService;
 }