Beispiel #1
0
 public SqlJsonIoTable(DapperSqlDb db, string tableName)
 {
     _db        = db;
     _tableName = tableName;
 }
 public AuthSql(string secret, DapperSqlDb db)
 {
     _secret = secret;
     _db     = db;
 }
 public TenancySql(DapperSqlDb db) => _db = db;
Beispiel #4
0
 public OutletsSql(DapperSqlDb db) => _db = db;