コード例 #1
0
 public ProjectsController(IMapper mapper, HeatmapsDbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }