コード例 #1
0
 public static bool CreateOrUpdatePhotoAlbum(Model.PhotoAlbum album)
 {
     return(instance.CreateOrUpdatePhotoAlbum(album));
 }