Exemplo n.º 1
0
 public CustomersController(TestingCoreContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Exemplo n.º 2
0
 public MoviesController(TestingCoreContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }