示例#1
0
 public AssignmentService(BPTDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
示例#2
0
 public DetailStudentService(BPTDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }