Esempio n. 1
0
 public Task AddAsync(PictureDTO picture)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 2
0
 public void DeleteItem(PictureDTO item)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 3
0
 public GSPicture(PictureDTO picture)
 {
     this.ID       = picture.panoID;
     this.heading  = picture.heading;
     this.imageURI = picture.base64image;
 }