我正在与EF Core合作。我有一个这样的表结构: public class User public User() this.Projects = new HashSet<Project>(); public int Id { get; set; } public string emailId { get; set; }
public virtual ICollection<Project> Pr
; [Produces("application/jsonpublic PostController(IMoviesPlaceSupervisor supervisor) : base (supervisor){ }
// GET apireturn new ObjectResult(await _moviesPlaceSu