示例#1
0
        public Arsg BuildFromRow(DataRow row)
        {
            var returnRecord = Arsg.BuildArsgFromRow(row);

            returnRecord = this.BuildExtraFromRow <Arsg>(returnRecord, row);
            return(returnRecord);
        }