Beispiel #1
0
 public DonationRepository(AspenContext context, IMapper mapper)
 {
     this.context = context ?? throw new ArgumentNullException(nameof(context));
     this.mapper  = mapper;
 }