Beispiel #1
0
 public AddressRepository(PensionsContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public BasicRepository(PensionsContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ServiceRepository(PensionsContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public AccrualRepository(PensionsContext context)
 {
     _context = context;
 }