Exemplo n.º 1
0
 public MediaFolders()
 {
     teamid = 0;
     mLibrary = new methodLibrary();
     apiLibrary = new Library_APICall();
     rteamMedia = new RootObjectTeamMedia();
     photoCollectionFolder = new ObservableCollection<PhotoCollectionFolder>();
     //rotatorphoto = new ObservableCollection<RotatorPhotos>();
     this.InitializeComponent();
 }
Exemplo n.º 2
0
 public static string teamMediatDataSerializer(RootObjectTeamMedia rteamMedia)
 {
     string response = JsonConvert.SerializeObject(rteamMedia);
     return response;
 }