Exemple #1
0
 public AuthService(GetTestDbContext dbContext, IConfiguration configuration)
 {
     _dbContext     = dbContext;
     _configuration = configuration;
 }
Exemple #2
0
 public PatientService(GetTestDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }