コード例 #1
0
 XiaoQuModel IXiaoQuServices.GetModelById(int id)
 {
     XiaoQuData XiaoQu = new XiaoQuData();
     return XiaoQu.GetModelById(id);
 }