Esempio n. 1
0
 public async Task <IActionResult> SelectID(int Id)
 {
     return(Ok(await _disciplinaRepository.SelectId(Id)));
 }