Beispiel #1
0
        public Sweht BuildFromRow(DataRow row)
        {
            var returnRecord = Sweht.BuildSwehtFromRow(row);

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