Example #1
0
 public ServiceBase(IMapper mapper, VerifieerContext context)
 {
     Mapper  = mapper;
     Context = context;
 }
Example #2
0
 public DocumentService(IMapper mapper, VerifieerContext context) : base(mapper, context)
 {
 }