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