コード例 #1
0
ファイル: Student.cs プロジェクト: kencentre/X-Wcf
 public E_Model.Student DataRowToModel(DataRow row)
 {
     return(dal.DataRowToModel(row));
 }