Пример #1
0
 public ApplicationController(StudDBContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Пример #2
0
 public InfoController(StudDBContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }