Example #1
0
 public async Task <IActionResult> getAll(int?id = 0)
 {
     return(await _priorityService.getAll(id));
 }