예제 #1
0
 public static void AddPhoto(Service.Photo photo)
 {
     galleryManager.AddPhoto(photo);
 }
예제 #2
0
 public static void RemovePhoto(Service.Photo photo)
 {
     galleryManager.RemovePhoto(photo);
 }