Exemplo n.º 1
0
 public BusinessRepository(Shary2Context context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }
Exemplo n.º 2
0
 public IndividualRepository(IMapper mapper, Shary2Context context, IConfiguration configuration)
 {
     Mapper        = mapper;
     Context       = context;
     Configuration = configuration;
 }
Exemplo n.º 3
0
 public DonationRepository(Shary2Context context)
 {
     Context = context;
 }