Ejemplo n.º 1
0
 // GET: api/Priorities
 public IEnumerable <Priority> Get()
 {
     return(_priorityService.GetPriorities());
 }