save changes

This commit is contained in:
mborzyszkowski 2020-08-17 19:05:30 +02:00
parent b6669351c4
commit fd37591201

View File

@ -68,6 +68,8 @@ namespace InternshipSystem.Api.Controllers
State = DocumentState.Submitted
});
}
await Context.SaveChangesAsync();
return Ok();
}