示例#1
0
 public void CreatePhoto(Photo photo)
 {
     _photoStorage.Insert(photo);
     Response.Redirect("PhotoList");
 }