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