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