Пример #1
0
 public TimeEntryRepository(IssueDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public ProjectRepository(IssueDbContext context)
 {
     _context = context;
 }
Пример #3
0
 public UserRepository(IssueDbContext context)
 {
     _context = context;
 }