Exemple #1
0
 public E_Model.Tag DataRowToModel(DataRow row)
 {
     return(dal.DataRowToModel(row));
 }