public CustomersController(TestingCoreContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
示例#2
0
 public MoviesController(TestingCoreContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }