示例#1
0
 public UserService(VirtualHerbariumDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }