Exemple #1
0
 /// <summary>
 /// 得到一个对象实体 GetModelById(int id)
 /// </summary>
 public PhotoInfo GetModelById(int id)
 {
     return(_photo.GetModelById(id));
 }