示例#1
0
文件: Signup.cs 项目: kencentre/X-Wcf
 public E_Model.Signup DataRowToModel(DataRow row)
 {
     return(dal.DataRowToModel(row));
 }