Example #1
0
 public PhoneRepositoryAsync(PgApplicationContext context) : base(context)
 {
 }
Example #2
0
 public BaseRepositoryAsync(PgApplicationContext context) => Context = context ?? throw new NullReferenceException("context not initialized");