Ejemplo n.º 1
0
        public Taxtabledtl BuildFromRow(DataRow row)
        {
            var returnRecord = Taxtabledtl.BuildTaxtabledtlFromRow(row);

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