Exemple #1
0
 public IHttpActionResult Update(DTOStudent dtoStudent)
 {
     _studentFacade.Update(dtoStudent);
     return(Ok());
 }