Beispiel #1
0
 public AccountRepository(PicBookDbContext ctx)
     : base(ctx)
 {
 }
Beispiel #2
0
 protected GenericEfRepository(PicBookDbContext ctx) => Context = ctx ?? throw new ArgumentNullException(nameof(ctx));