Beispiel #1
0
 // GET api/facebook
 public List <Entities.Facebook.Page> Get()
 {
     return(_faceService.GetAll());
 }