Exemple #1
0
 public TermsOfServiceRepository(A3SContext a3SContext, IArchiveHelper archiveHelper)
 {
     this.a3SContext    = a3SContext;
     this.archiveHelper = archiveHelper;
 }
 public TermsOfServiceService(ITermsOfServiceRepository termsOfServiceRepository, IArchiveHelper archiveHelper, IMapper mapper)
 {
     this.termsOfServiceRepository = termsOfServiceRepository;
     this.archiveHelper            = archiveHelper;
     this.mapper = mapper;
 }