Ejemplo n.º 1
0
 // GET: api/Role/GetFk/5
 public IEnumerable <Quota> GetFk(int id)
 {
     return(_quotaService.GetFk(id));
 }