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