Ejemplo n.º 1
0
 public async Task <IHttpActionResult> Index([FromUri] string fb_id)
 {
     return(Ok(LeaveHelper.getLeaveTypes(fb_id, Request)));
 }