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