Exemple #1
0
 /// <summary>
 /// 得到一个对象实体 GetModel(Guid Guid)
 /// </summary>
 public PhotoInfo GetModel(string guid)
 {
     return(_photo.GetModel(guid));
 }