public BusinessRepository(Shary2Context context, IMapper mapper) { Context = context; Mapper = mapper; }
public IndividualRepository(IMapper mapper, Shary2Context context, IConfiguration configuration) { Mapper = mapper; Context = context; Configuration = configuration; }
public DonationRepository(Shary2Context context) { Context = context; }