Add document - the beginning of implementation #33

Manually merged
Zonar merged 4 commits from rejectionReason into master 2020-08-17 20:25:34 +02:00
Showing only changes of commit fd37591201 - Show all commits

View File

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