Exemplo n.º 1
0
 public static PhotoTag UpdateTag(PhotoTag newPhotoTag)
 {
     return(newPhotoTag);
 }
Exemplo n.º 2
0
 public static bool AddTag(PhotoTag photoTag)
 {
     return(true);
 }