예제 #1
0
 public BusinessRepository(Shary2Context context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }
예제 #2
0
 public IndividualRepository(IMapper mapper, Shary2Context context, IConfiguration configuration)
 {
     Mapper        = mapper;
     Context       = context;
     Configuration = configuration;
 }
예제 #3
0
 public DonationRepository(Shary2Context context)
 {
     Context = context;
 }