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