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