public PdfInfoDataAccessLayer(IMapper mapper, EntityDbContext database)
 {
     _mapper   = mapper;
     _database = database;
 }
Example #2
0
 public ReservationDataAccessLayer(IMapper mapper, EntityDbContext database)
 {
     _mapper   = mapper;
     _database = database;
 }