Example #1
0
 public AuthController(IAuthRepositoty repo, IConfiguration config, IMapper mapper)
 {
     _repo   = repo;
     _config = config;
     _mapper = mapper;
 }