예제 #1
0
 public SeatingCore(DataContext context, IMapperApplication mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
예제 #2
0
 public SeatingRepository(DataContext context, IMapperApplication mapper)
 {
     _context = context;
     _mapper  = mapper;
 }