예제 #1
0
파일: Student.cs 프로젝트: kencentre/X-Wcf
 public E_Model.Student DataRowToModel(DataRow row)
 {
     return(dal.DataRowToModel(row));
 }