예제 #1
0
 public WeekNumberController(ACRDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }
예제 #2
0
 public CategoryController(ACRDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }