///<summary> ///Get records count. ///</summary> public static int GetRecordsCount(DO_AirfareLastView.UO_AirfareLastView parameterObj, bool isAnd, TokenTypes tokenTypes, Dictionary <DO_AirfareLastView.Columns, TokenTypes> extTokens) { DO_AirfareLastView da = new DO_AirfareLastView(); return(da.GetRecordsCount(GetConditionsByObject(parameterObj, isAnd, tokenTypes, extTokens))); }
///<summary> ///Get all records count. ///</summary> public static int GetAllRecordsCount() { DO_AirfareLastView da = new DO_AirfareLastView(); return(da.GetRecordsCount()); }