示例#1
0
 public static PhotoTag UpdateTag(PhotoTag newPhotoTag)
 {
     return(newPhotoTag);
 }
示例#2
0
 public static bool AddTag(PhotoTag photoTag)
 {
     return(true);
 }