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