Exemplo n.º 1
0
 private async Task <bool> DepartamentExists(int id)
 {
     return(await _departamentService.DepartamentExists(id));
 }