I have the following code, what I want is to modify the Student Name field, the Teacher Name field and the Class Name field
public IHttpActionResult CreateExamen(Alumno alumno, Maestro maestro, Clases clases)
{
if (!ModelState.IsValid)...
asked by
26.05.2018 / 00:50