Exemplo n.º 1
0
 public IActionResult PromoteStudents()
 {
     return(Ok(_dbService.PromoteStudents(1, "IT")));
 }