コード例 #1
0
 public MakesController(CarREVDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
コード例 #2
0
ファイル: FeaturesController.cs プロジェクト: MEHEDl/CarREV
 public FeaturesController(CarREVDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }