Пример #1
0
 public ListTable(IGetDbConnection getDbConnection, IListTableColumn listTableColumn, IListTableIndex listTableIndex, IParseCriteria parseCriteria)
 {
     this.getDbConnection = getDbConnection;
     this.listTableIndex  = listTableIndex;
     this.listTableColumn = listTableColumn;
     this.parseCriteria   = parseCriteria;
 }
Пример #2
0
 public ListProcedure(IGetDbConnection getDbConnection, IListProcedureParameter listProcedureParameter, IParseCriteria parseCriteria)
 {
     this.getDbConnection        = getDbConnection;
     this.listProcedureParameter = listProcedureParameter;
     this.parseCriteria          = parseCriteria;
 }