Exemplo n.º 1
0
 public IActionResult DeleteSubscriptionSection(int Id)
 {
     _selectionService.DeleteSubscribeStudent(Id);
     return(Ok());
 }