Exemplo n.º 1
0
 // GET: api/Picture/5
 public ReadPicture Get(int id)
 {
     return(manager.Get(id));
 }