Exemplo n.º 1
0
 public Repository(Pgres db) => Db = db;
Exemplo n.º 2
0
 public static IDataCommand <TraderaUser, Seller> Sellers(Pgres db) => new Sellers(db);
Exemplo n.º 3
0
 public Sellers(Pgres ctx) : base(ctx)
 {
 }
Exemplo n.º 4
0
 public static IRepository <Account, Guid> Accounts(Pgres db) => new Accounts(db);
Exemplo n.º 5
0
 public Accounts(Pgres ctx) : base(ctx)
 {
 }