示例#1
0
 public TaskRepository(CheckCheerContext context)
 {
     _context = context;
 }
示例#2
0
 public UserRepository(CheckCheerContext context)
 {
     _context = context;
 }
 public OptionResultRepository(CheckCheerContext context)
 {
     _context = context;
 }
 public TestResultRepository(CheckCheerContext context)
 {
     _context = context;
 }