public override void Update(StatCompMethod entity) { throw new NotImplementedException(); }
protected override void RowConverter(StatCompMethod item, DataRow row) { item.DESCR = CastDbValueRow(row, "DESCR"); item.STAT_COMP_METHOD = CastDbValueRow(row, "STAT_COMP_METHOD"); }
public override StatCompMethod Get(StatCompMethod entity) { throw new NotImplementedException(); }