コード例 #1
0
ファイル: AuthService.cs プロジェクト: skmohsin/GetTest
 public AuthService(GetTestDbContext dbContext, IConfiguration configuration)
 {
     _dbContext     = dbContext;
     _configuration = configuration;
 }
コード例 #2
0
ファイル: PatientService.cs プロジェクト: skmohsin/GetTest
 public PatientService(GetTestDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }