コード例 #1
0
 public ProgramPortfolioRepository(programfeatureContext context)
 {
     _Context = context;
 }
コード例 #2
0
 public UserRepository(programfeatureContext context, IConfiguration config)
 {
     _Context       = context;
     _configuration = config;
 }