Example #1
0
 public ManagerRepository(StarksContext context) : base(context)
 {
 }
Example #2
0
 public TeamRepository(StarksContext context) : base(context)
 {
 }
Example #3
0
 public RepositoryBase(StarksContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Example #4
0
 public AlertRepository(StarksContext context) : base(context)
 {
 }