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