Пример #1
0
        public bool DeleteByDisputeTransactionFlag(Settlement_ERR_DetailInfo settlement_ERR_DetailInfo)
        {
            Settlement_ERR_DetailCollections settlement_ERR_DetailCollections = new Settlement_ERR_DetailCollections();

            settlement_ERR_DetailCollections.Add(settlement_ERR_DetailInfo);
            return(DeleteByDisputeTransactionFlag(settlement_ERR_DetailCollections));
        }
Пример #2
0
        public bool Add(Settlement_ERR_DetailInfo settlement_ERR_DetailInfo)
        {
            Settlement_ERR_DetailCollections settlement_ERR_DetailCollections = new Settlement_ERR_DetailCollections();

            settlement_ERR_DetailCollections.Add(settlement_ERR_DetailInfo);

            return(Add(settlement_ERR_DetailCollections));
        }
Пример #3
0
        public Settlement_ERR_DetailCollections Select()
        {
            IDataReader dataReader = DataController.Select();
            Settlement_ERR_DetailCollections settlement_ERR_DetailCollections = new Settlement_ERR_DetailCollections();

            while (dataReader.Read())
            {
                Settlement_ERR_DetailInfo settlement_ERR_DetailInfo = new Settlement_ERR_DetailInfo();
                Fill(dataReader, settlement_ERR_DetailInfo);
                settlement_ERR_DetailCollections.Add(settlement_ERR_DetailInfo);
            }
            return(settlement_ERR_DetailCollections);
        }