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