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