Exemplo n.º 1
0
 // GET api/photoalbum/5
 public PhotoAlbumModel Get(int id)
 {
     return(_photoAlbumService.GetAllPhotoAlbumByUserId(id));
 }