Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Dast10Factory"/> class.
 /// </summary>
 /// <param name="dast10Repository">The dast10 repository.</param>
 /// <param name="lookupValueRepository">The lookup value repository.</param>
 public Dast10Factory(
     IDast10Repository dast10Repository,
     ILookupValueRepository lookupValueRepository )
 {
     _dast10Repository = dast10Repository;
     _lookupValueRepository = lookupValueRepository;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Dast10Factory"/> class.
 /// </summary>
 /// <param name="dast10Repository">The dast10 repository.</param>
 /// <param name="lookupValueRepository">The lookup value repository.</param>
 public Dast10Factory(
     IDast10Repository dast10Repository,
     ILookupValueRepository lookupValueRepository)
 {
     _dast10Repository      = dast10Repository;
     _lookupValueRepository = lookupValueRepository;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="NidaDrugQuestionnaireIndicatorCalculatedEventHandler"/> class.
 /// </summary>
 /// <param name="dast10Repository">The Dast10 repository.</param>
 public NidaDrugQuestionnaireIndicatorCalculatedEventHandler(IDast10Repository dast10Repository)
 {
     _dast10Repository = dast10Repository;
 }