Exemplo n.º 1
0
 public AppointmentTestService(IAppointmentTestRepository repository, IHitchayvutService hitchayvutService, ITestResultValueTextService testResultValueTextService)
 {
     _repository                 = repository;
     _hitchayvutService          = hitchayvutService;
     _testResultValueTextService = testResultValueTextService;
 }
Exemplo n.º 2
0
 public TestResultController(ITestResultValueTextService testResultValueTextService, ITestResultValueMemoService testResultValueMemoService)
 {
     _testResultValueMemoService = testResultValueMemoService;
     _testResultValueTextService = testResultValueTextService;
 }