public void GetData(Dictionary <String, String> fs = null) { workingData = Ss.CreateNpcDataTableWithMd(SsAgrTable.Md); Ss.FillSsAgrTable1(workingData, fs); NetSqlГарзаДоговоры = GetNetSqlГарзаДоговоры(fs); }
public void GetFilter() { filterTable = Ss.CreateNpcDataTableWithMd(SsAgrTable.Md); // row for min NpcDataRow filterRow = filterTable.NewRow(); filterTable.Rows.Add(filterRow); // row for max filterRow = filterTable.NewRow(); filterTable.Rows.Add(filterRow); }
public void GetData(Dictionary <String, String> fs = null) { workingData = Ss.CreateNpcDataTableWithMd(SsAgrTable.Md); Ss.FillSsAgrTable(workingData, fs); }