Exemple #1
0
 public SaleController(TutorStrikeForceContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }