示例#1
0
 public MastersController(DotNetCoreDbContext dbContext, IMapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }
 public EmployeeController(DotNetCoreDbContext context)
 {
     _context = context;
 }