Exemplo n.º 1
0
 // GET api/facebook/facebook-id
 public Entities.Facebook.Page Get(string id)
 {
     return(_faceService.Get(id));
 }