Example #1
0
 public async Task <ActionResult <IEnumerable <string> > > GetPriorities()
 {
     return(Ok(await _repo.ReadPrioritiesAsync()));
 }